File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4444jobs :
4545 build-cross-compile :
4646 name : build
47- runs-on : ubuntu-22.04
47+ runs-on : ubuntu-latest
4848
4949 strategy :
5050 fail-fast : false
Original file line number Diff line number Diff line change 6565jobs :
6666 build-linux :
6767 name : build
68- runs-on : ubuntu-20.04
68+ runs-on : ubuntu-latest
6969 container :
7070 # image: debian:bullseye
7171 image : ubuntu:18.04
Original file line number Diff line number Diff line change 5757
5858 select :
5959 name : ' Select platforms'
60- runs-on : ubuntu-20.04
60+ runs-on : ubuntu-latest
6161 outputs :
6262 linux-x64 : ${{ steps.include.outputs.linux-x64 }}
6363 linux-x86 : ${{ steps.include.outputs.linux-x86 }}
@@ -300,7 +300,7 @@ jobs:
300300 with :
301301 platform : linux-x64
302302 bootjdk-platform : linux-x64
303- runs-on : ubuntu-20.04
303+ runs-on : ubuntu-latest
304304
305305 test-linux-x86 :
306306 name : linux-x86
@@ -310,7 +310,7 @@ jobs:
310310 with :
311311 platform : linux-x86
312312 bootjdk-platform : linux-x64
313- runs-on : ubuntu-20.04
313+ runs-on : ubuntu-latest
314314
315315 test-macos-x64 :
316316 name : macos-x64
You can’t perform that action at this time.
0 commit comments