chore(ci): try to enable macOS in CI
This commit is contained in:
parent
a8cd510da6
commit
07d85628ac
|
@ -14,8 +14,8 @@ jobs:
|
|||
build:
|
||||
strategy:
|
||||
matrix:
|
||||
# os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
# os: [ubuntu-latest, windows-latest]
|
||||
runs-on: ${{matrix.os}}
|
||||
steps:
|
||||
- uses: goto-bus-stop/setup-zig@v2
|
||||
|
|
Loading…
Reference in New Issue