Skip to content

Commit

Permalink
Just disable mac building for now since github can't start the runners
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperDisk committed Dec 8, 2023
1 parent b0f38af commit 9bb7ddc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
matrix:
os:
- ubuntu-20.04
- macos-12
# - macos-12
- windows-2019
include:
- os: ubuntu-20.04
name: Linux
- os: macos-12
name: Mac
# - os: macos-12
# name: Mac
- os: windows-2019
name: Windows
fail-fast: false
Expand Down

0 comments on commit 9bb7ddc

Please sign in to comment.