Skip to content

Commit 6ff8da1

Browse files
committed
fix: Update retired runner 2
1 parent 9aa7c77 commit 6ff8da1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,8 @@ jobs:
367367
runs-on: macos-latest
368368
- target: arm64
369369
runs-on: macos-latest
370+
- target: x86_64
371+
runs-on: macos-15-intel
370372

371373
if: |
372374
github.event_name != 'pull_request' ||
@@ -386,6 +388,8 @@ jobs:
386388
runs-on: macos-latest
387389
- target: universal2
388390
runs-on: macos-latest
391+
- target: x86_64
392+
runs-on: macos-15-intel
389393

390394
if: |
391395
github.event_name != 'pull_request' ||

0 commit comments

Comments
 (0)