Skip to content

Commit e5f234a

Browse files
authored
ci: Switch to macOS 13 for 2024
We don't have universal2 wheels published for Python < 3.11.
1 parent 36c64f2 commit e5f234a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ${{ matrix.os }}
3232
strategy:
3333
matrix:
34-
os: ["ubuntu-22.04", "macos-14", "windows-2022"]
34+
os: ["ubuntu-22.04", "macos-13", "windows-2022"]
3535
python_version:
3636
- '3.8'
3737
- '3.9'

0 commit comments

Comments
 (0)