Skip to content

Commit

Permalink
Issue #59 use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Oct 12, 2023
1 parent 060b2df commit 0be13a0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
fail-fast: false
matrix:
python-ver: [3.7]
os: [ubuntu-22.04, macos-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
experimental: [false]
include:
- python-ver: 3.8
os: ubuntu-22.04
os: ubuntu-latest
experimental: false
- python-ver: 3.8
os: macos-latest
Expand All @@ -22,7 +22,7 @@ jobs:
os: windows-latest
experimental: true
- python-ver: 3.9
os: ubuntu-22.04
os: ubuntu-latest
experimental: true
- python-ver: 3.9
os: macos-latest
Expand All @@ -31,7 +31,7 @@ jobs:
os: windows-latest
experimental: true
- python-ver: '3.10'
os: ubuntu-22.04
os: ubuntu-latest
experimental: true
- python-ver: '3.10'
os: macos-latest
Expand All @@ -40,7 +40,7 @@ jobs:
os: windows-latest
experimental: true
- python-ver: 3.11
os: ubuntu-22.04
os: ubuntu-latest
experimental: true
- python-ver: 3.11
os: macos-latest
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
coveralls
deploy:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
needs: test
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0be13a0

Please sign in to comment.