Merge pull request #921 from Stefterv/fix-arm-runner

Make the specification for the runner more specific
This commit is contained in:
Stef Tervelde
2025-01-17 18:55:43 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
matrix:
include:
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
- os: self-hosted
- os: [self-hosted, linux, ARM]
os_prefix: linux
arch: arm
- os: ubuntu-latest
+1 -1
View File
@@ -17,7 +17,7 @@ jobs:
matrix:
include:
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
- os: self-hosted
- os: [self-hosted, linux, ARM]
os_prefix: linux
arch: arm
- os: ubuntu-latest
+1 -1
View File
@@ -59,7 +59,7 @@ jobs:
matrix:
include:
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
- os: self-hosted
- os: [self-hosted, linux, ARM]
os_prefix: linux
arch: arm
- os: ubuntu-latest