File tree Expand file tree Collapse file tree 4 files changed +1
-36
lines changed Expand file tree Collapse file tree 4 files changed +1
-36
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -121,9 +121,6 @@ jobs:
121
121
- name : Install dotnet
122
122
if : matrix.lang == 'csharp'
123
123
run : ./.github/dotnet.sh
124
- # - name: Install loom
125
- # if: matrix.lang == 'java'
126
- # run: ./.github/loom.sh
127
124
# - name: Install graalvm native-image
128
125
# if: matrix.lang == 'java'
129
126
# run: ./.github/graalvm-native-image.sh
@@ -278,7 +275,6 @@ jobs:
278
275
- run : ./.github/wasm.sh
279
276
# - run: ./.github/fortran.sh
280
277
- uses : julia-actions/setup-julia@v1
281
- # - run: ./.github/loom.sh
282
278
- run : ./.github/lua.sh
283
279
# - run: ./.github/racket.sh
284
280
- run : ./.github/hashlink.sh
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ environments:
90
90
docker_runtime_dir : /usr/local/openjdk-*
91
91
docker_runtime_dir_rename_to : openjdk
92
92
include :
93
- build : javac --enable-preview --release 20 --add-modules jdk.incubator.vector app.java -d out
93
+ build : javac --enable-preview --release 21 --add-modules jdk.incubator.vector app.java -d out
94
94
out_dir : out
95
95
run_cmd : openjdk/bin/java --enable-preview --add-modules jdk.incubator.vector app
96
96
allow_failure : true
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments