Skip to content

Commit 72df23b

Browse files
authored
Merge pull request #454 from Panquesito7/macos_tests
Add macOS tests to the CI
2 parents 1a7b622 + 936043f commit 72df23b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
os: [ubuntu-latest, windows-latest]
12+
os: [ubuntu-latest, windows-latest, macos-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Checkout

0 commit comments

Comments
 (0)