Skip to content

Commit 24e5de8

Browse files
committed
installer wip: no macos support yet
1 parent 7e43f29 commit 24e5de8

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
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
platform: [ubuntu-latest, macos-latest, windows-latest]
21+
platform: [ubuntu-latest, windows-latest] # no macos-latest yet
2222

2323
runs-on: ${{ matrix.platform }}
2424

0 commit comments

Comments
 (0)