Browse Source

Remove deprecated macOS 12 CI build

pull/1905/head
João Matos 5 months ago committed by GitHub
parent
commit
274706ef04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -13,7 +13,7 @@ jobs: @@ -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

Loading…
Cancel
Save