@@ -42,7 +42,7 @@ concurrency:
4242jobs :
4343 filter-relevant-changes :
4444 name : " filter-relevant-changes"
45- runs-on : " ubuntu-latest "
45+ runs-on : " ubuntu-24.04 "
4646 outputs :
4747 centos_stream_9_image_changed : " ${{steps.filter.outputs.centos_stream_9_image}}"
4848 ubuntu_jammy_image_changed : " ${{steps.filter.outputs.ubuntu_jammy_image}}"
9999 name : " centos-stream-9-deps-image"
100100 if : " needs.filter-relevant-changes.outputs.centos_stream_9_image_changed == 'true'"
101101 needs : " filter-relevant-changes"
102- runs-on : " ubuntu-latest "
102+ runs-on : " ubuntu-24.04 "
103103 steps :
104104 - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
105105 with :
@@ -125,7 +125,7 @@ jobs:
125125 name : " ubuntu-jammy-deps-image"
126126 if : " needs.filter-relevant-changes.outputs.ubuntu_jammy_image_changed == 'true'"
127127 needs : " filter-relevant-changes"
128- runs-on : " ubuntu-latest "
128+ runs-on : " ubuntu-24.04 "
129129 steps :
130130 - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
131131 with :
@@ -160,7 +160,7 @@ jobs:
160160 use_shared_libs : [true, false]
161161 name : " centos-stream-9-${{matrix.use_shared_libs == true && 'dynamic' || 'static'}}-linked-bins"
162162 continue-on-error : true
163- runs-on : " ubuntu-latest "
163+ runs-on : " ubuntu-24.04 "
164164 steps :
165165 - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
166166 with :
@@ -205,7 +205,7 @@ jobs:
205205 OS_NAME : " ubuntu-jammy"
206206 name : " ubuntu-jammy-${{matrix.use_shared_libs == true && 'dynamic' || 'static'}}-linked-bins"
207207 continue-on-error : true
208- runs-on : " ubuntu-latest "
208+ runs-on : " ubuntu-24.04 "
209209 steps :
210210 - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
211211 with :
@@ -252,7 +252,7 @@ jobs:
252252 # Run if the ancestor jobs were successful/skipped and building clp was successful.
253253 if : " !cancelled() && !failure() && needs.ubuntu-jammy-binaries.result == 'success'"
254254 needs : " ubuntu-jammy-binaries"
255- runs-on : " ubuntu-latest "
255+ runs-on : " ubuntu-24.04 "
256256 env :
257257 OS_NAME : " ubuntu-jammy"
258258 TMP_OUTPUT_DIR : " /tmp"
@@ -319,7 +319,7 @@ jobs:
319319 needs :
320320 - " filter-relevant-changes"
321321 - " ubuntu-jammy-deps-image"
322- runs-on : " ubuntu-latest "
322+ runs-on : " ubuntu-24.04 "
323323 steps :
324324 - uses : " actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683"
325325 with :
0 commit comments