Skip to content

Commit b270cf6

Browse files
committed
GHA: Use ubuntu-latest
1 parent b24d30c commit b270cf6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build-cross-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ on:
4444
jobs:
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

.github/workflows/build-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ on:
6565
jobs:
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

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
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

0 commit comments

Comments
 (0)