1313 pre-flight-check :
1414 # prevent stuck jobs consuming runners for 6 hours
1515 timeout-minutes : 60
16- runs-on : ubuntu-latest
16+ runs-on : ubuntu-24.04
1717 steps :
1818 - uses : actions/checkout@v4
1919 - name : Install iceoryx dependencies and clang-tidy
2525 - run : ./tools/ci/cmake-linter.sh
2626
2727 check-status-of-nightly-action :
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-24.04
2929 needs : pre-flight-check
3030 steps :
3131 - name : Install dependencies
@@ -102,7 +102,7 @@ jobs:
102102 # prevent stuck jobs consuming runners for 6 hours
103103 timeout-minutes : 60
104104 needs : pre-flight-check
105- runs-on : ubuntu-latest
105+ runs-on : ubuntu-24.04
106106 steps :
107107 - uses : actions/checkout@v4
108108 - name : Unix (FreeBSD) test
@@ -132,7 +132,7 @@ jobs:
132132 build-test-ubuntu-with-address-sanitizer-gcc-latest :
133133 # prevent stuck jobs consuming runners for 1 hour
134134 timeout-minutes : 60
135- runs-on : ubuntu-latest
135+ runs-on : ubuntu-24.04
136136 needs : pre-flight-check
137137 steps :
138138 -
uses :
egor-tensin/[email protected] @@ -146,7 +146,7 @@ jobs:
146146 build-test-ubuntu-with-address-sanitizer-clang-latest :
147147 # prevent stuck jobs consuming runners for 1 hour
148148 timeout-minutes : 60
149- runs-on : ubuntu-latest
149+ runs-on : ubuntu-24.04
150150 needs : pre-flight-check
151151 steps :
152152 - name : Checkout
@@ -169,7 +169,7 @@ jobs:
169169 build-test-ubuntu-with-thread-sanitizer-clang-latest :
170170 # prevent stuck jobs consuming runners for 3 hours
171171 timeout-minutes : 180
172- runs-on : ubuntu-latest
172+ runs-on : ubuntu-24.04
173173 needs : pre-flight-check
174174 steps :
175175 - name : Checkout
@@ -182,7 +182,7 @@ jobs:
182182 build-test-ubuntu-32-bit :
183183 # prevent stuck jobs consuming runners for 6 hours
184184 timeout-minutes : 60
185- runs-on : ubuntu-latest
185+ runs-on : ubuntu-24.04
186186 needs : pre-flight-check
187187 steps :
188188 - name : Checkout
@@ -204,7 +204,7 @@ jobs:
204204 build-test-ubuntu-32-64-bit-mix-mode :
205205 # prevent stuck jobs consuming runners for 6 hours
206206 timeout-minutes : 60
207- runs-on : ubuntu-latest
207+ runs-on : ubuntu-24.04
208208 needs : pre-flight-check
209209 steps :
210210 - name : Checkout
@@ -217,7 +217,7 @@ jobs:
217217 build-test-ubuntu-bazel :
218218 # prevent stuck jobs consuming runners for 6 hours
219219 timeout-minutes : 60
220- runs-on : ubuntu-latest
220+ runs-on : ubuntu-24.04
221221 needs : pre-flight-check
222222 steps :
223223 - name : Checkout
0 commit comments