Skip to content

Commit ed1631e

Browse files
author
James Santucci
committed
test in macos to verify filesystem differences
1 parent 14ca1e9 commit ed1631e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ on:
1212
jobs:
1313
test:
1414
if: "!contains(github.event.head_commit.message, 'skip ci')"
15-
runs-on: ubuntu-latest
15+
runs-on: ${{ matrix.os }}
16+
strategy:
17+
matrix:
18+
os: [macos-latest, ubuntu-latest]
1619
steps:
1720
- name: Checkout project (pull-request)
1821
if: github.event_name == 'pull_request'

0 commit comments

Comments
 (0)