We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8e6a5b commit 8025e57Copy full SHA for 8025e57
.github/workflows/continuous-delivery.yml
@@ -25,7 +25,7 @@ defaults:
25
jobs:
26
build-pg:
27
name: Build the Trunk of PostgreSQL
28
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-24.04
29
permissions:
30
contents: read
31
packages: write
@@ -67,7 +67,7 @@ jobs:
67
name: Run E2E on local executors
68
needs:
69
- build-pg
70
71
env:
72
TEST_DEPTH: 4
73
ID: "local"
@@ -225,7 +225,7 @@ jobs:
225
needs.e2e-local.result == 'success' ||
226
needs.e2e-local.result == 'failure'
227
)
228
229
steps:
230
- name: Create a directory for the artifacts
231
run: mkdir test-artifacts
0 commit comments