Skip to content

Commit 454ff2e

Browse files
committed
temp switch to macos14 for gh ci runner
1 parent cea93d6 commit 454ff2e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/rust-cubesql.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ jobs:
232232
matrix:
233233
# We do not need to test under all versions, we do it under linux
234234
node-version: [22.x]
235-
os-version: ["macos-13"]
235+
os-version: ["macos-14"]
236236
target: ["x86_64-apple-darwin", "aarch64-apple-darwin"]
237237
include:
238238
- target: x86_64-apple-darwin
@@ -308,8 +308,8 @@ jobs:
308308
CARGO_BUILD_TARGET: ${{ matrix.target }}
309309
run: cd packages/cubejs-backend-native && yarn run native:build-debug-python
310310
- name: Tests
311-
# We cannot test arm64 on x64
312-
if: (matrix.target == 'x86_64-apple-darwin')
311+
# We cannot test x64 on arm64
312+
if: (matrix.target == 'aarch64-apple-darwin')
313313
env:
314314
CUBESQL_STREAM_MODE: true
315315
CUBEJS_NATIVE_INTERNAL_DEBUG: true

0 commit comments

Comments
 (0)