Skip to content

Commit 00dd138

Browse files
build: update ubuntu to v24.04 (#797)
1 parent ceece31 commit 00dd138

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/bundles-kit.yml

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

1818
jobs:
1919
build:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-24.04
2121
steps:
2222
- uses: actions/checkout@v4
2323

.github/workflows/bundles-linux.yml

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

2929
jobs:
3030
build:
31-
runs-on: ubuntu-20.04
31+
runs-on: ubuntu-24.04
3232
steps:
3333
- name: Install packages
3434
run: sudo apt-get install xdg-utils

.github/workflows/early-access.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
precheck:
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-24.04
1616
if: startsWith(github.event.head_commit.message, 'Releasing version') != true
1717
outputs:
1818
JAVA_RELEASE: ${{ env.JAVA_RELEASE }}
@@ -116,7 +116,7 @@ jobs:
116116
early-access:
117117
needs: [precheck, linux-bundles, windows-bundles, mac-bundles, mac_aarch64-bundles, kit-bundles]
118118
if: endsWith(${{ needs.precheck.outputs.PROJECT_VERSION }}, '-SNAPSHOT')
119-
runs-on: ubuntu-20.04
119+
runs-on: ubuntu-24.04
120120
steps:
121121
- name: Check out repository
122122
uses: actions/checkout@v4

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121

2222
jobs:
2323
precheck:
24-
runs-on: ubuntu-20.04
24+
runs-on: ubuntu-24.04
2525
outputs:
2626
JAVA_RELEASE: ${{ env.JAVA_RELEASE }}
2727
JAVA_VERSION: ${{ env.JAVA_VERSION }}
@@ -136,7 +136,7 @@ jobs:
136136

137137
release:
138138
needs: [precheck, linux-bundles, windows-bundles, mac-bundles, mac_aarch64-bundles, kit-bundles]
139-
runs-on: ubuntu-20.04
139+
runs-on: ubuntu-24.04
140140
steps:
141141
- name: Check out repository
142142
uses: actions/checkout@v4

0 commit comments

Comments
 (0)