Skip to content

Commit 8025e57

Browse files
authored
ci: update runners to ubuntu 24.04 (#37)
Signed-off-by: Niccolò Fei <[email protected]>
1 parent d8e6a5b commit 8025e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/continuous-delivery.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ defaults:
2525
jobs:
2626
build-pg:
2727
name: Build the Trunk of PostgreSQL
28-
runs-on: ubuntu-22.04
28+
runs-on: ubuntu-24.04
2929
permissions:
3030
contents: read
3131
packages: write
@@ -67,7 +67,7 @@ jobs:
6767
name: Run E2E on local executors
6868
needs:
6969
- build-pg
70-
runs-on: ubuntu-22.04
70+
runs-on: ubuntu-24.04
7171
env:
7272
TEST_DEPTH: 4
7373
ID: "local"
@@ -225,7 +225,7 @@ jobs:
225225
needs.e2e-local.result == 'success' ||
226226
needs.e2e-local.result == 'failure'
227227
)
228-
runs-on: ubuntu-22.04
228+
runs-on: ubuntu-24.04
229229
steps:
230230
- name: Create a directory for the artifacts
231231
run: mkdir test-artifacts

0 commit comments

Comments
 (0)