Skip to content

Commit

Permalink
chore(ci): update ubuntu and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwang44 committed Feb 12, 2023
1 parent 146b68f commit d581073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
# set fail-fast to prevent github cancels all in-progress jobs if any matrix job fail
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.7, 3.8, 3.9, '3.10', 3.11]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit d581073

Please sign in to comment.