Skip to content

Commit

Permalink
Issue #228: Try put Mac runners on version 12, as per last build.
Browse files Browse the repository at this point in the history
  • Loading branch information
MattClarkson committed May 10, 2024
1 parent 617086b commit 96d225d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-12]
python-ver: [3.8, 3.9]
experimental: [false]
include:
- python-ver: '3.10'
os: ubuntu-latest
experimental: true
- python-ver: '3.10'
os: macos-latest
os: macos-12
experimental: true
- python-ver: '3.10'
os: windows-latest
Expand All @@ -25,7 +25,7 @@ jobs:
os: ubuntu-latest
experimental: true
- python-ver: 3.11
os: macos-latest
os: macos-12
experimental: true
- python-ver: 3.11
os: windows-latest
Expand Down

0 comments on commit 96d225d

Please sign in to comment.