Skip to content

Commit beb93ec

Browse files
committed
[master] Update action definitions.
1 parent f57d55d commit beb93ec

File tree

1 file changed

+19
-9
lines changed

1 file changed

+19
-9
lines changed

.github/workflows/build.yml

+19-9
Original file line numberDiff line numberDiff line change
@@ -4,28 +4,38 @@ on:
44
schedule:
55
- cron: '0 0 10 * *'
66
jobs:
7-
build-18-8:
8-
runs-on: ubuntu-18.04
7+
build-20-8:
8+
runs-on: ubuntu-20.04
99
steps:
1010
- uses: actions/checkout@v1
1111
- run: sudo apt-get update && sudo apt-get install openjdk-8-jdk maven && mvn clean install --batch-mode
12-
build-18-11:
13-
runs-on: ubuntu-18.04
12+
build-20-11:
13+
runs-on: ubuntu-20.04
1414
steps:
1515
- uses: actions/checkout@v1
1616
- run: sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
17-
build-20-8:
17+
build-20-14:
1818
runs-on: ubuntu-20.04
19+
steps:
20+
- uses: actions/checkout@v1
21+
- run: sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
22+
build-22-8:
23+
runs-on: ubuntu-22.04
1924
steps:
2025
- uses: actions/checkout@v1
2126
- run: sudo apt-get update && sudo apt-get install openjdk-8-jdk maven && mvn clean install --batch-mode
22-
build-20-11:
23-
runs-on: ubuntu-20.04
27+
build-22-11:
28+
runs-on: ubuntu-22.04
2429
steps:
2530
- uses: actions/checkout@v1
2631
- run: sudo apt-get update && sudo apt-get install openjdk-11-jdk maven && mvn clean install --batch-mode
27-
build-20-14:
28-
runs-on: ubuntu-20.04
32+
build-22-14:
33+
runs-on: ubuntu-22.04
2934
steps:
3035
- uses: actions/checkout@v1
3136
- run: sudo apt-get update && sudo apt-get install openjdk-14-jdk maven && mvn clean install --batch-mode
37+
build-22-17:
38+
runs-on: ubuntu-22.04
39+
steps:
40+
- uses: actions/checkout@v1
41+
- run: sudo apt-get update && sudo apt-get install openjdk-17-jdk maven && mvn clean install --batch-mode

0 commit comments

Comments
 (0)