mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge pull request #921 from Stefterv/fix-arm-runner
Make the specification for the runner more specific
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user