Update build-gradle.yml

This commit is contained in:
Stef Tervelde
2024-12-14 14:54:31 +01:00
parent a246d62c7c
commit 8f58cd38ed
+7 -7
View File
@@ -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