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.
2 parents b6644b1 + e6ff189 commit 2e50dbcCopy full SHA for 2e50dbc
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
strategy:
67
matrix:
68
arch: ["x86-64"]
69
- runs-on: macos-13
+ runs-on: macos-15-intel
70
71
steps:
72
- 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