We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62cf909 commit 474615aCopy full SHA for 474615a
1 file changed
.github/workflows/launcher-test.yml
@@ -17,10 +17,10 @@ permissions:
17
18
jobs:
19
20
- launcher-test-macos-jdk8:
+ launcher-test-macos-jdk11:
21
22
runs-on: macos-latest
23
- # macos-latest (now >12) no longer installs Java 8
+ # macos-latest (now 14) supports at minimum Java 11
24
# Options at https://github.com/actions/runner-images
25
26
steps:
@@ -31,10 +31,10 @@ jobs:
31
32
- uses: actions/checkout@v4
33
34
- - name: Set up JDK 8
+ - name: Set up JDK 11
35
uses: actions/setup-java@v4
36
with:
37
- java-version: '8'
+ java-version: '11'
38
distribution: 'temurin'
39
40
# We have to install Python 2.7 explicitly
@@ -81,3 +81,4 @@ jobs:
81
- name: Run Java tests with Ant
82
run: ant javatest-ci
83
84
+
0 commit comments