Skip to content

Commit 3b68c10

Browse files
committed
use 22.04 for native builds
1 parent 1d639fb commit 3b68c10

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
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:

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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:

.github/workflows/rust-cubesql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:

.github/workflows/rust-cubestore-master.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

.github/workflows/rust-cubestore.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)