We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb311f commit 678c92cCopy full SHA for 678c92c
.github/workflows/arm-test.yml
@@ -7,9 +7,7 @@ jobs:
7
matrix:
8
include:
9
- 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]
+ - os: ubuntu-arm64-latest
13
name: Test ${{matrix.os}}
14
runs-on: ${{matrix.os}}
15
steps:
0 commit comments