Skip to content

Commit a84f83c

Browse files
committed
fix wrong JDK version and arm runner in linux build
1 parent f63fc4a commit a84f83c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-linux.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
env:
1616
JAVA_DIST: 'zulu'
17-
JAVA_VERSION: '24.0.1+36'
17+
JAVA_VERSION: '24.0.0+36'
1818

1919
defaults:
2020
run:
@@ -56,7 +56,7 @@ jobs:
5656
architecture: x64
5757
native-access-lib: 'org.cryptomator.jfuse.linux.amd64'
5858
artifact-name: cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-linux-x64.zip
59-
- os: [self-hosted, Linux, ARM64]
59+
- os: ubuntu-24.04-arm
6060
architecture: aarch64
6161
native-access-lib: 'org.cryptomator.jfuse.linux.aarch64'
6262
artifact-name: cryptomator-cli-${{ needs.prepare.outputs.semVerStr }}-linux-aarch64.zip

0 commit comments

Comments
 (0)