mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Update build-gradle.yml
This commit is contained in:
@@ -15,10 +15,10 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
|
||||
- os: self-hosted
|
||||
os_prefix: linux
|
||||
arch: arm
|
||||
# # compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
|
||||
# - os: self-hosted
|
||||
# os_prefix: linux
|
||||
# arch: arm
|
||||
- os: ubuntu-latest
|
||||
os_prefix: linux
|
||||
arch: x64
|
||||
@@ -31,9 +31,9 @@ jobs:
|
||||
- os: macos-latest
|
||||
os_prefix: macos
|
||||
arch: aarch64
|
||||
- os: macos-latest
|
||||
os_prefix: linux
|
||||
arch: aarch64
|
||||
# - os: macos-latest
|
||||
# os_prefix: linux
|
||||
# arch: aarch64
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user