Skip to content

Commit 0f7d420

Browse files
committed
switch to x-large arm64
1 parent ffaac8e commit 0f7d420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ${{ matrix.runner }}
8282
strategy:
8383
matrix:
84-
runner: [["self-hosted", "linux", "x64", "4xlarge"], ["self-hosted", "linux", "arm64", "4xlarge"], 'macos-latest']
84+
runner: [["self-hosted", "linux", "x64", "4xlarge"], ["self-hosted", "linux", "arm64", "xlarge"], 'macos-latest']
8585
fail-fast: false
8686
steps:
8787
- run: echo "Running on $RUNNER_OS $RUNNER_ARCH"

0 commit comments

Comments
 (0)