Skip to content

Commit 4979fd7

Browse files
committed
update jvm
1 parent 6a5b2f6 commit 4979fd7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
build:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-latest
1616

1717
steps:
1818
- name: Install updated FreeType
@@ -39,7 +39,7 @@ jobs:
3939
export DISPLAY=:0
4040

4141
- name: Pull a JavaFX JDK
42-
run: wget http://static.azul.com/zulu/bin/zulu8.33.0.1-ca-fx-jdk8.0.192-linux_x64.tar.gz
42+
run: wget http://static.azul.com/zulu/bin/zulu8.78.0.19-ca-fx-jdk8.0.412-linux_x64.tar.gz
4343

4444
- name: After JDK download, list directory contnts
4545
run: pwd; ls -la
@@ -48,7 +48,7 @@ jobs:
4848
uses: actions/setup-java@v1
4949
with:
5050
java-version: 1.8
51-
jdkFile: ./zulu8.33.0.1-ca-fx-jdk8.0.192-linux_x64.tar.gz
51+
jdkFile: ./zulu8.78.0.19-ca-fx-jdk8.0.412-linux_x64.tar.gz
5252

5353

5454
- name: Build with Gradle

0 commit comments

Comments
 (0)