Commit 9bb7ddc

Nick Faro committed on
Just disable mac building for now since github can't start the runners
commit 9bb7ddc7ff2c2c8d4d9085b43a68a74640ed4fbf parent b0f38af
1 changed files +3−3
Modified.github/workflows/build.yml +3−3
@@ -10,13 +10,13 @@ jobs:
10 matrix: 10 matrix:
11 os: 11 os:
12 - ubuntu-20.04 12 - ubuntu-20.04
13 - macos-12 13 # - macos-12
14 - windows-2019 14 - windows-2019
15 include: 15 include:
16 - os: ubuntu-20.04 16 - os: ubuntu-20.04
17 name: Linux 17 name: Linux
18 - os: macos-12 18 # - os: macos-12
19 name: Mac 19 # name: Mac
20 - os: windows-2019 20 - os: windows-2019
21 name: Windows 21 name: Windows
22 fail-fast: false 22 fail-fast: false