File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 4343 OUT : ${{ steps.get-tag.outputs.sha }}
4444
4545 build_native_linux :
46- runs-on : ubuntu-24 .04
46+ runs-on : ubuntu-22 .04
4747 timeout-minutes : 60
4848 name : Build Linux Native backend for Dev image
4949 container :
Original file line number Diff line number Diff line change 6767 run : ./node_modules/.bin/lerna publish from-package --yes
6868
6969 native_linux :
70- runs-on : ubuntu-24 .04
70+ runs-on : ubuntu-22 .04
7171 timeout-minutes : 60
7272 name : Build native Linux ${{ matrix.node-version }} ${{ matrix.target }} Python ${{ matrix.python-version }}
7373 strategy :
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111111
112112 native_linux :
113113 needs : [lint]
114- runs-on : ubuntu-24 .04
114+ runs-on : ubuntu-22 .04
115115 timeout-minutes : 60
116116 name : Build Linux GNU ${{ matrix.node-version }}.x ${{ matrix.target }} with Python ${{ matrix.python-version }}
117117 strategy :
Original file line number Diff line number Diff line change @@ -277,18 +277,18 @@ jobs:
277277 - x86_64-unknown-linux-musl
278278 - aarch64-unknown-linux-gnu
279279 include :
280- - os : ubuntu-24 .04
280+ - os : ubuntu-22 .04
281281 target : x86_64-unknown-linux-gnu
282282 executable_name : cubestored
283283 strip : true
284284 compress : false
285- - os : ubuntu-24 .04
285+ - os : ubuntu-22 .04
286286 target : x86_64-unknown-linux-musl
287287 executable_name : cubestored
288288 strip : true
289289 # cubestored: CantPackException: bad DT_HASH nbucket=0x344 len=0x1890
290290 compress : false
291- - os : ubuntu-24 .04
291+ - os : ubuntu-22 .04
292292 target : aarch64-unknown-linux-gnu
293293 executable_name : cubestored
294294 # Unable to recognise the format of the input file `rust/cubestore/target/aarch64-unknown-linux-gnu/release/cubestored'
Original file line number Diff line number Diff line change @@ -208,18 +208,18 @@ jobs:
208208 - x86_64-unknown-linux-musl
209209 - aarch64-unknown-linux-gnu
210210 include :
211- - os : ubuntu-24 .04
211+ - os : ubuntu-22 .04
212212 target : x86_64-unknown-linux-gnu
213213 executable_name : cubestored
214214 strip : true
215215 compress : false
216- - os : ubuntu-24 .04
216+ - os : ubuntu-22 .04
217217 target : x86_64-unknown-linux-musl
218218 executable_name : cubestored
219219 strip : true
220220 # cubestored: CantPackException: bad DT_HASH nbucket=0x344 len=0x1890
221221 compress : false
222- - os : ubuntu-24 .04
222+ - os : ubuntu-22 .04
223223 target : aarch64-unknown-linux-gnu
224224 executable_name : cubestored
225225 # Unable to recognise the format of the input file `rust/cubestore/target/aarch64-unknown-linux-gnu/release/cubestored'
You can’t perform that action at this time.
0 commit comments