Skip to content

Commit

Permalink
Fix latest version tests
Browse files Browse the repository at this point in the history
I haven't gotten to the root cause, but this is a test of whether actions/runner-images#10636 is to blame.
  • Loading branch information
garrison authored Dec 21, 2024
1 parent d44ca0a commit a4b3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
os: [ubuntu-latest]
os: [ubuntu-22.04]
python-version: ["3.8", "3.13"]
include:
- os: macos-latest
Expand Down

0 comments on commit a4b3f95

Please sign in to comment.