We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f10d2 commit 5e465cbCopy full SHA for 5e465cb
1 file changed
.github/workflows/test-auto-venv.yml
@@ -9,8 +9,9 @@ on:
9
jobs:
10
test-auto-venv:
11
strategy:
12
+ fail-fast: false
13
matrix:
- os: [ubuntu-latest, macos-latest]
14
+ os: [ubuntu-latest, macos-13]
15
runs-on: ${{ matrix.os }}
16
17
steps:
@@ -22,5 +23,6 @@ jobs:
22
23
check-latest: true
24
25
- name: Run auto-venv tests
26
+ shell: bash
27
working-directory: modules/virtual_environments/auto-venv
28
run: nu test_auto_venv.nu
0 commit comments