Skip to content

Commit 5e465cb

Browse files
committed
CI: use macos-13, shell:bash, fail-fast:false
macos-latest (arm64) fails in setup-nu; pin to macos-13 for now. Explicit shell:bash ensures nu is found on PATH.
1 parent 86f10d2 commit 5e465cb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-auto-venv.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@ on:
99
jobs:
1010
test-auto-venv:
1111
strategy:
12+
fail-fast: false
1213
matrix:
13-
os: [ubuntu-latest, macos-latest]
14+
os: [ubuntu-latest, macos-13]
1415
runs-on: ${{ matrix.os }}
1516

1617
steps:
@@ -22,5 +23,6 @@ jobs:
2223
check-latest: true
2324

2425
- name: Run auto-venv tests
26+
shell: bash
2527
working-directory: modules/virtual_environments/auto-venv
2628
run: nu test_auto_venv.nu

0 commit comments

Comments
 (0)