Skip to content

Commit 628b69d

Browse files
authored
Merge pull request #921 from Stefterv/fix-arm-runner
Make the specification for the runner more specific
2 parents cb1d425 + 8287107 commit 628b69d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
matrix:
3333
include:
3434
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
35-
- os: self-hosted
35+
- os: [self-hosted, linux, ARM]
3636
os_prefix: linux
3737
arch: arm
3838
- os: ubuntu-latest

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
include:
1919
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
20-
- os: self-hosted
20+
- os: [self-hosted, linux, ARM]
2121
os_prefix: linux
2222
arch: arm
2323
- os: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
matrix:
6060
include:
6161
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
62-
- os: self-hosted
62+
- os: [self-hosted, linux, ARM]
6363
os_prefix: linux
6464
arch: arm
6565
- os: ubuntu-latest

0 commit comments

Comments
 (0)