Skip to content

Commit

Permalink
ci: Switch to macOS 13 for 2024
Browse files Browse the repository at this point in the history
We don't have universal2 wheels published for Python < 3.11.
  • Loading branch information
auscompgeek authored Jan 3, 2025
1 parent 36c64f2 commit e5f234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: ["ubuntu-22.04", "macos-14", "windows-2022"]
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
python_version:
- '3.8'
- '3.9'
Expand Down

0 comments on commit e5f234a

Please sign in to comment.