Skip to content

Commit 8d25d49

Browse files
committed
fix: Remove retired runner
1 parent c967d3d commit 8d25d49

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build.yml

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

373371
if: |
374372
github.event_name != 'pull_request' ||
@@ -386,8 +384,6 @@ jobs:
386384
include:
387385
- target: arm64
388386
runs-on: macos-latest
389-
- target: x86_64
390-
runs-on: macos-13
391387

392388
if: |
393389
github.event_name != 'pull_request' ||

0 commit comments

Comments
 (0)