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 5360e7e commit a553f14Copy full SHA for a553f14
.github/workflows/rc.yml
@@ -168,7 +168,7 @@ jobs:
168
fail-fast: false
169
matrix:
170
platform:
171
- - { runs_on: macos-13, arch: "x86_64"}
+ - { runs_on: macos-15-intel, arch: "x86_64"}
172
- { runs_on: macos-14, arch: "aarch_64" }
173
env:
174
MACOSX_DEPLOYMENT_TARGET: "14.0"
@@ -222,7 +222,7 @@ jobs:
222
brew uninstall llvm || :
223
224
# We can remove this when we drop support for
225
- # macos-13. because macos-14 or later uses /opt/homebrew/
+ # macos-15-initel. because macos-14 or later with arm64 uses /opt/homebrew/
226
# not /usr/local/.
227
#
228
# Ensure updating python@XXX with the "--overwrite" option.
0 commit comments