Skip to content

Commit 678c92c

Browse files
committed
Updated ARM64 tag
1 parent dcb311f commit 678c92c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/arm-test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ jobs:
77
matrix:
88
include:
99
- os: ubuntu-latest
10-
# If this is just `ubuntu-latest`, GitHub will let our self-hosted runner take this job! (And it seems to prefer it too!)
11-
# Unfortunately we can't do something like `[ubuntu-latest, X64]` either since the GitHub-hosted runners do not seem to have other labels.
12-
- os: [pgn-ubuntu-latest, arm64]
10+
- os: ubuntu-arm64-latest
1311
name: Test ${{matrix.os}}
1412
runs-on: ${{matrix.os}}
1513
steps:

0 commit comments

Comments
 (0)