Skip to content

Commit

Permalink
[MNT] change test OS versions to latest (#126)
Browse files Browse the repository at this point in the history
Changest test OS versions to latest from specific historic versions.
  • Loading branch information
fkiraly committed Oct 12, 2023
1 parent 9daace6 commit 991290e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -108,7 +108,7 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
os: [ubuntu-20.04, windows-latest, macOS-11]
os: [ubuntu-latest, windows-latest, macOS-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 991290e

Please sign in to comment.