Skip to content

Commit fa51df4

Browse files
committed
Fix outdated runner
1 parent 498a7c5 commit fa51df4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -330,11 +330,11 @@ jobs:
330330
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
331331

332332
macos-build:
333-
# We use macos-13 since it's the latest image that currently supports AMD64
333+
# We use macos-15-intel since it's the latest image that currently supports AMD64
334334
strategy:
335335
matrix:
336336
include:
337-
- os: macos-13
337+
- os: macos-15-intel
338338
arch: amd64
339339
- os: macos-latest
340340
arch: arm64
@@ -444,7 +444,7 @@ jobs:
444444
macos-test:
445445
strategy:
446446
matrix:
447-
os: [macos-13, macos-latest]
447+
os: [macos-15-intel, macos-latest]
448448

449449
runs-on: ${{ matrix.os }}
450450

0 commit comments

Comments
 (0)