Skip to content

Commit fa7a207

Browse files
committed
wip: cannot repro locally on macos, how about on CI?
1 parent be0c84b commit fa7a207

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/release.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,12 @@ jobs:
1818
# ignore all-contributors PRs
1919
if: ${{ !contains(github.head_ref, 'all-contributors') }}
2020
name: Node ${{ matrix.node }}, Svelte ${{ matrix.svelte }}, ${{ matrix.test-runner }}
21-
runs-on: ubuntu-latest
21+
runs-on: ${{ matrix.os }}
2222
continue-on-error: ${{ matrix.experimental }}
2323
strategy:
2424
fail-fast: false
2525
matrix:
26+
os: ['ubuntu-latest']
2627
node: ['16', '18', '20']
2728
svelte: ['3', '4']
2829
test-runner: ['vitest:jsdom', 'vitest:happy-dom']
@@ -32,10 +33,12 @@ jobs:
3233
svelte: 'next'
3334
test-runner: 'vitest:jsdom'
3435
experimental: true
36+
os: 'macos-latest'
3537
- node: '20'
3638
svelte: 'next'
3739
test-runner: 'vitest:happy-dom'
3840
experimental: true
41+
os: 'ubuntu-latest'
3942

4043
steps:
4144
- name: ⬇️ Checkout repo

0 commit comments

Comments
 (0)