Skip to content

Commit a66a86a

Browse files
authored
Add macos to ci-ignore matrix
1 parent c88deb9 commit a66a86a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-ignore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
build:
7373
strategy:
7474
matrix:
75-
os: [windows-latest, ubuntu-latest]
75+
os: [macos-latest, windows-latest, ubuntu-latest]
7676
runs-on: ${{ matrix.os }}
7777
steps:
7878
- name: N/A

0 commit comments

Comments
 (0)