diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 5b1ca506..b6944964 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, macos-12, windows-2022] + os: [ubuntu-22.04, windows-2022] platform: [x64] build-cfg: [DebugOpt, Release] #build-cfg: [Debug, DebugOpt, Release] # our local copy of clang isn't build for debug on linux/macos currently