Skip to content

Commit

Permalink
use ...-latest OS version for tests against latest
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mstimberg committed Mar 20, 2023
1 parent a3e068d commit 9c09b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-20.04, windows-2019, macOS-10.15]
os: [ubuntu-latest, windows-latest, macOS-latest]
standalone: [false, true]
float_dtype_32: [false, true]
python-version: ["${{ needs.get_python_versions.outputs.max-python }}"]
Expand Down

0 comments on commit 9c09b01

Please sign in to comment.