Skip to content

Commit 78c3fcc

Browse files
committed
run tests on macOS worker also
1 parent 5e10824 commit 78c3fcc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ jobs:
66
name: Unit tests
77
strategy:
88
matrix:
9-
os: [ubuntu-latest]
9+
os: [ubuntu-latest, macos-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- run: sudo apt install -y --no-install-recommends clang-format
1313
if: ${{ matrix.os == 'ubuntu-latest' }}
14+
- run: brew install clang-format
15+
if: ${{ matrix.os == 'macos-latest' }}
1416
- uses: actions/checkout@v2
1517
- uses: ruby/setup-ruby@v1
1618
with:

0 commit comments

Comments
 (0)