Skip to content

Commit

Permalink
Merge pull request #121 from AndydeCleyre/feature/newer-runners
Browse files Browse the repository at this point in the history
Update CI images: latest which cache py 3.8-3.12
  • Loading branch information
bwhmather authored Nov 4, 2024
2 parents ca350f4 + e1cca12 commit 95d7368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
runs-on: ["ubuntu-22.04", "windows-2019", "macos-11"]
runs-on: ["ubuntu-22.04", "windows-2022", "macos-13"]
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 95d7368

Please sign in to comment.