Skip to content

Commit 4b98d56

Browse files
authored
Revert "GitHub Actions no longer needs to use an xlarge sized runner for Apple arm64 processor" (#460)
Revert "GitHub Actions no longer needs to use an xlarge sized runner for Appl…" This reverts commit b59f7ce.
1 parent f72f791 commit 4b98d56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
build-macos-apple:
9393
if: ${{ github.event_name == 'release' }}
9494
needs: test
95-
runs-on: macos-15-arm64 # to use Apple Silicon
95+
runs-on: macos-latest-xlarge # to use Apple Silicon: https://github.blog/2023-10-02-introducing-the-new-apple-silicon-powered-m1-macos-larger-runner-for-github-actions/
9696
strategy:
9797
matrix:
9898
go-version: ['1.24.2']

0 commit comments

Comments
 (0)