chore: drop macOS support

CI is currently broken and I don't have the $$$ for macOS
This commit is contained in:
2023-02-18 23:34:59 -06:00
parent 3fb351e762
commit 3510a6cff8
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-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