Skip to content

Commit c148f52

Browse files
committed
fix: Switch to other runner
1 parent c61fa3a commit c148f52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ jobs:
368368
- target: arm64
369369
runs-on: macos-latest
370370
- target: x86_64
371-
runs-on: macos-13
371+
runs-on: macos-15-intel
372372

373373
if: |
374374
github.event_name != 'pull_request' ||
@@ -387,7 +387,7 @@ jobs:
387387
- target: arm64
388388
runs-on: macos-latest
389389
- target: x86_64
390-
runs-on: macos-13
390+
runs-on: macos-15-intel
391391

392392
if: |
393393
github.event_name != 'pull_request' ||

0 commit comments

Comments
 (0)