Skip to content

Commit aa1fec3

Browse files
Add macOS ARM OS to integration tests (#27)
1 parent ecee52c commit aa1fec3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
needs: build
6464
strategy:
6565
matrix:
66-
os: [ubuntu-latest, windows-latest]
66+
os: [ubuntu-latest, windows-latest, macos-latest]
6767
runs-on: ${{ matrix.os }}
6868
timeout-minutes: 10
6969

0 commit comments

Comments
 (0)