Skip to content

Commit 3a50dce

Browse files
committed
Revert back to x86 runners
1 parent a7a3a0d commit 3a50dce

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ jobs:
1818
with:
1919
distribution: 'temurin'
2020
java-version: 17
21-
architecture: aarch64
2221
- name: Install Savant Build
2322
run: |
2423
mkdir -p ~/dev/savant
@@ -29,7 +28,7 @@ jobs:
2928
ln -s savant-2.0.0-RC.7 current
3029
rm savant.tar.gz
3130
cat <<EOF > ~/.savant/plugins/org.savantbuild.plugin.java.properties
32-
17=${JAVA_HOME_17_AARCH64}
31+
17=${JAVA_HOME_17_X64}
3332
EOF
3433
shell: bash
3534
- name: Run the build

0 commit comments

Comments
 (0)