Skip to content

Commit

Permalink
Bump macos-latest python version
Browse files Browse the repository at this point in the history
This is due to python 3.8 no longer being available on the macos-latest CI runner.

This also restores the ubuntu minimum version to 3.8 so that we test on 3.8 somewhere.
#515 (comment)

We might see intermittent CI failures again until #556 is merged (expected to be very soon).
  • Loading branch information
garrison authored Apr 24, 2024
1 parent 0d9cb60 commit 613a182
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_latest_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
max-parallel: 4
matrix:
os: [ubuntu-latest]
python-version: ["3.9", "3.12"]
python-version: ["3.8", "3.12"]
include:
- os: macos-latest
python-version: "3.8"
python-version: "3.11"
- os: windows-latest
python-version: "3.10"
steps:
Expand Down

0 comments on commit 613a182

Please sign in to comment.