Skip to content

Commit 85c8983

Browse files
committed
mac os matrix
1 parent 096d89f commit 85c8983

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/integration-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ on:
1212

1313
jobs:
1414
run-it-tests-job:
15-
runs-on: ubuntu-latest
15+
strategy:
16+
matrix:
17+
os: [macos-latest, ubuntu-latest]
18+
runs-on: ${{ matrix.os }}
1619
steps:
1720
- name: Checkout
1821
uses: actions/checkout@v2

0 commit comments

Comments
 (0)