Skip to content

Commit 015be9c

Browse files
renovate[bot]mergify[bot]
authored andcommitted
ci(deps): update dependency ubuntu github actions runner to v24
1 parent 52ed9d1 commit 015be9c

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
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:
@@ -20,7 +20,7 @@ jobs:
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

.github/workflows/dispatcher.yml

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

1616
jobs:
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

.github/workflows/test-extensively.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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
@@ -34,7 +34,7 @@ jobs:
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'

0 commit comments

Comments
 (0)