We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a5b2f6 commit 4979fd7Copy full SHA for 4979fd7
.github/workflows/verify.yml
@@ -12,7 +12,7 @@ on:
12
13
jobs:
14
build:
15
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-latest
16
17
steps:
18
- name: Install updated FreeType
@@ -39,7 +39,7 @@ jobs:
39
export DISPLAY=:0
40
41
- 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
+ run: wget http://static.azul.com/zulu/bin/zulu8.78.0.19-ca-fx-jdk8.0.412-linux_x64.tar.gz
43
44
- name: After JDK download, list directory contnts
45
run: pwd; ls -la
@@ -48,7 +48,7 @@ jobs:
48
uses: actions/setup-java@v1
49
with:
50
java-version: 1.8
51
- jdkFile: ./zulu8.33.0.1-ca-fx-jdk8.0.192-linux_x64.tar.gz
+ jdkFile: ./zulu8.78.0.19-ca-fx-jdk8.0.412-linux_x64.tar.gz
52
53
54
- name: Build with Gradle
0 commit comments