We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 498a7c5 commit fa51df4Copy full SHA for fa51df4
.github/workflows/publish.yml
@@ -330,11 +330,11 @@ jobs:
330
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
331
332
macos-build:
333
- # We use macos-13 since it's the latest image that currently supports AMD64
+ # We use macos-15-intel since it's the latest image that currently supports AMD64
334
strategy:
335
matrix:
336
include:
337
- - os: macos-13
+ - os: macos-15-intel
338
arch: amd64
339
- os: macos-latest
340
arch: arm64
@@ -444,7 +444,7 @@ jobs:
444
macos-test:
445
446
447
- os: [macos-13, macos-latest]
+ os: [macos-15-intel, macos-latest]
448
449
runs-on: ${{ matrix.os }}
450
0 commit comments