Skip to content

Commit 8f58cd3

Browse files
committed
Update build-gradle.yml
1 parent a246d62 commit 8f58cd3

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/build-gradle.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
include:
18-
# compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
19-
- os: self-hosted
20-
os_prefix: linux
21-
arch: arm
18+
# # compiling for arm32 needs a self-hosted runner on Raspi OS (32-bit)
19+
# - os: self-hosted
20+
# os_prefix: linux
21+
# arch: arm
2222
- os: ubuntu-latest
2323
os_prefix: linux
2424
arch: x64
@@ -31,9 +31,9 @@ jobs:
3131
- os: macos-latest
3232
os_prefix: macos
3333
arch: aarch64
34-
- os: macos-latest
35-
os_prefix: linux
36-
arch: aarch64
34+
# - os: macos-latest
35+
# os_prefix: linux
36+
# arch: aarch64
3737
steps:
3838
- name: Checkout Repository
3939
uses: actions/checkout@v4

0 commit comments

Comments
 (0)