Skip to content

Commit afb29c0

Browse files
committed
Update to ubuntu-latest (Github actions)
1 parent b567590 commit afb29c0

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
build_and_publish_snapshot:
12-
runs-on: ubuntu-18.04
12+
runs-on: ubuntu-latest
1313

1414
steps:
1515
- uses: actions/checkout@v2

.github/workflows/build_standard.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: ubuntu-18.04
11+
runs-on: ubuntu-latest
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -45,7 +45,7 @@ jobs:
4545
if-no-files-found: error
4646

4747
validate_java_8:
48-
runs-on: ubuntu-18.04
48+
runs-on: ubuntu-latest
4949
needs:
5050
- build
5151

@@ -65,7 +65,7 @@ jobs:
6565
run: ./out/bin/cm
6666

6767
validate_java_11:
68-
runs-on: ubuntu-18.04
68+
runs-on: ubuntu-latest
6969
needs:
7070
- build
7171

@@ -85,7 +85,7 @@ jobs:
8585
run: ./out/bin/cm
8686

8787
validate_java_17:
88-
runs-on: ubuntu-18.04
88+
runs-on: ubuntu-latest
8989
needs:
9090
- build
9191

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
release:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-latest
1111

1212
steps:
1313
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)