We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84dd49a commit e6ff189Copy full SHA for e6ff189
.github/workflows/release.yml
@@ -69,7 +69,7 @@ jobs:
69
strategy:
70
matrix:
71
arch: ["x86-64"]
72
- runs-on: macos-13
+ runs-on: macos-15-intel
73
74
steps:
75
- uses: actions/checkout@v5
.github/workflows/wheels.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
16
17
- os: [ubuntu-24.04, windows-2022, macos-13]
+ os: [ubuntu-24.04, windows-2022, macos-14]
18
19
20
0 commit comments