Skip to content

Commit a553f14

Browse files
committed
Deprecaate macos-13
1 parent 5360e7e commit a553f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/rc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
fail-fast: false
169169
matrix:
170170
platform:
171-
- { runs_on: macos-13, arch: "x86_64"}
171+
- { runs_on: macos-15-intel, arch: "x86_64"}
172172
- { runs_on: macos-14, arch: "aarch_64" }
173173
env:
174174
MACOSX_DEPLOYMENT_TARGET: "14.0"
@@ -222,7 +222,7 @@ jobs:
222222
brew uninstall llvm || :
223223
224224
# We can remove this when we drop support for
225-
# macos-13. because macos-14 or later uses /opt/homebrew/
225+
# macos-15-initel. because macos-14 or later with arm64 uses /opt/homebrew/
226226
# not /usr/local/.
227227
#
228228
# Ensure updating python@XXX with the "--overwrite" option.

0 commit comments

Comments
 (0)