Skip to content

Commit

Permalink
builds on mac fail, and we don't target it anyways...
Browse files Browse the repository at this point in the history
I wanted to support mac too but half of the tests somehow fail, so without a mac on my hands I won't support it
  • Loading branch information
kytpbs committed May 31, 2024
1 parent 76718c1 commit abab16f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest]
# The type of runner that the job will run on
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit abab16f

Please sign in to comment.