Skip to content

Commit abbc727

Browse files
committed
add macos-latest
1 parent 2613ec5 commit abbc727

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/self-test.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,13 @@ permissions:
2020

2121
jobs:
2222
integration:
23-
runs-on: ubuntu-latest
23+
strategy:
24+
fail-fast: false
25+
matrix:
26+
os:
27+
- ubuntu-latest
28+
- macos-latest
29+
runs-on: ${{ matrix.os }}
2430
steps:
2531
- name: Check out action source
2632
uses: actions/checkout@v4

0 commit comments

Comments
 (0)