File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66jobs :
77 check-secrets :
8- runs-on : ubuntu-22 .04
8+ runs-on : ubuntu-24 .04
99 outputs :
1010 run-with-secrets : ${{ steps.require-secrets.outputs.run-with-secrets }}
1111 steps :
2020 echo "run-with-secrets=${{ steps.detect-secrets.outputs.has-secrets == 'true' && !github.event.repository.fork }}" >> $GITHUB_OUTPUT
2121
2222 staging-repo :
23- runs-on : ubuntu-22 .04
23+ runs-on : ubuntu-24 .04
2424 needs :
2525 - check-secrets
2626 concurrency :
@@ -74,10 +74,10 @@ jobs:
7474# strategy:
7575# fail-fast: false
7676# matrix:
77- # os: [ windows-2022, macos-12, ubuntu-22 .04 ]
77+ # os: [ windows-2022, macos-12, ubuntu-24 .04 ]
7878# runs-on: ${{ matrix.os }}
7979 # Comment if cross-compilation is needed
80- runs-on : ubuntu-22 .04
80+ runs-on : ubuntu-24 .04
8181 concurrency :
8282 group : build-${{ github.workflow }}-${{ matrix.os }}-${{ github.event.number || github.ref }}
8383 cancel-in-progress : true
@@ -110,7 +110,7 @@ jobs:
110110 - staging-repo
111111 - test-extensively
112112 - build
113- runs-on : ubuntu-22 .04
113+ runs-on : ubuntu-24 .04
114114 if : |
115115 always() &&
116116 needs.check-secrets.outputs.run-with-secrets == 'true' &&
@@ -142,7 +142,7 @@ jobs:
142142 - staging-repo
143143 - build
144144 - close-staging-repos
145- runs-on : ubuntu-22 .04
145+ runs-on : ubuntu-24 .04
146146 if : needs.check-secrets.outputs.run-with-secrets == 'true'
147147 steps :
148148 - name : Checkout
@@ -175,7 +175,7 @@ jobs:
175175 signing-key : ${{ secrets.SIGNING_KEY }}
176176 signing-password : ${{ secrets.SIGNING_PASSWORD }}
177177 success :
178- runs-on : ubuntu-22 .04
178+ runs-on : ubuntu-24 .04
179179 needs :
180180 - check-secrets
181181 - staging-repo
Original file line number Diff line number Diff line change 1515
1616jobs :
1717 dispatcher :
18- runs-on : ubuntu-22 .04
18+ runs-on : ubuntu-24 .04
1919 if : >-
2020 github.event_name != 'pull_request'
2121 || github.event.pull_request.head.repo.full_name != github.repository
Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : false
1010 matrix :
11- os : [ windows-2022, macos-12, ubuntu-22 .04 ]
11+ os : [ windows-2022, macos-12, ubuntu-24 .04 ]
1212 java-version : [11, 17, 21]
1313 jdk-dist :
1414 - adopt-hotspot
3434 strategy :
3535 fail-fast : false
3636 matrix :
37- os : [ windows-2022, macos-12, ubuntu-22 .04 ]
37+ os : [ windows-2022, macos-12, ubuntu-24 .04 ]
3838 node-version :
3939 - ' latest-16'
4040 - ' latest-18'
You can’t perform that action at this time.
0 commit comments