Skip to content

Commit ecdcdcc

Browse files
committed
chore: name
1 parent 9c16d8b commit ecdcdcc

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/push.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -301,13 +301,16 @@ jobs:
301301
retention-days: 5
302302

303303
build-native-linux:
304-
runs-on: ubuntu-22.04
304+
runs-on: ubuntu-24.04
305305
timeout-minutes: 60
306-
name: Build Linux Native backend for Dev image
306+
name: "Build native linux (Python: ${{ matrix.python-version }})"
307+
strategy:
308+
matrix:
309+
# Don't forget to align with PYTHON_VERSION_CURRENT
310+
python-version: [ 3.11 ]
311+
fail-fast: false
307312
container:
308-
# Don't forget to align with PYTHON_VERSION_CURRENT
309-
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-3.11
310-
313+
image: cubejs/rust-cross:x86_64-unknown-linux-gnu-15082024-python-${{ matrix.python-version }}
311314
steps:
312315
- name: Checkout
313316
uses: actions/checkout@v4

0 commit comments

Comments
 (0)