Skip to content

Commit 2f60416

Browse files
committed
Update OS configuration.
1 parent 1250fac commit 2f60416

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/main.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: read-all
1212
jobs:
1313
hotspot-ea:
1414
name: HotSpot (EA)
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
needs: [ extended ]
1717
continue-on-error: true
1818
steps:
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
os: [ ubuntu-20.04, macos-12, windows-2022 ]
33+
os: [ ubuntu-24.04, macos-14, windows-2022 ]
3434
java: [ 8, 11, 17, 21 ]
3535
runs-on: ${{ matrix.os }}
3636
needs: [ extended ]
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
os: [ ubuntu-20.04, macos-12, windows-2022 ]
52+
os: [ ubuntu-24.04, macos-14, windows-2022 ]
5353
java: [ 8, 11 ]
5454
runs-on: ${{ matrix.os }}
5555
needs: [ extended ]
@@ -69,7 +69,7 @@ jobs:
6969
fail-fast: false
7070
matrix:
7171
java: [ 9, 10, 12, 13, 14, 15, 16, 18, 19, 20, 22 ]
72-
runs-on: ubuntu-20.04
72+
runs-on: ubuntu-24.04
7373
needs: [ extended ]
7474
steps:
7575
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
os: [ ubuntu-20.04, windows-2022 ]
89+
os: [ ubuntu-24.04, windows-2022 ]
9090
java: [ 8 ]
9191
runs-on: ${{ matrix.os }}
9292
needs: [ extended ]
@@ -106,7 +106,7 @@ jobs:
106106
fail-fast: false
107107
matrix:
108108
java: [ 6, 7 ]
109-
runs-on: ubuntu-20.04
109+
runs-on: ubuntu-24.04
110110
needs: [ extended ]
111111
steps:
112112
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
@@ -124,7 +124,7 @@ jobs:
124124
run: ./mvnw -s .mvn/nossl.settings.xml verify -Pintegration -Pjava${{ matrix.java }}
125125
extended:
126126
name: Extended build
127-
runs-on: ubuntu-20.04
127+
runs-on: ubuntu-24.04
128128
if: github.event_name == 'push'
129129
steps:
130130
- uses: step-security/harden-runner@17d0e2bd7d51742c71671bd19fa12bdc9d40a3d6 # V2.8.1
@@ -158,7 +158,7 @@ jobs:
158158
run: ./mvnw jacoco:prepare-agent verify jacoco:report coveralls:report -DrepoToken=${{ secrets.coveralls }} -Pextras -Pchecks -Panalysis -Pintegration -Pchecksum-enforce
159159
release:
160160
name: Release new version
161-
runs-on: ubuntu-20.04
161+
runs-on: ubuntu-24.04
162162
needs: [ extended, hotspot-ea, hotspot-supported, j9-supported, hotspot-unsupported, hotspot-32, hotspot-legacy ]
163163
if: github.event_name == 'push' && startsWith(github.event.head_commit.message, '[release]')
164164
permissions:

0 commit comments

Comments
 (0)