We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1727a36 + cef1ee1 commit 8552e90Copy full SHA for 8552e90
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- linux-arm
26
- linux-intel
27
- macos-arm
28
- - macos-15-intel
+ - macos-intel
29
- windows-arm
30
- windows-intel
31
include:
@@ -45,8 +45,7 @@ jobs:
45
- os: linux-intel
46
runs-on: ubuntu-latest
47
- os: macos-intel
48
- # macos-13 was the last x86_64 runner
49
- runs-on: macos-13
+ runs-on: macos-15-intel
50
- os: macos-arm
51
# macos-14+ (including latest) are ARM64 runners
52
runs-on: macos-latest
0 commit comments