|
|
@ -13,7 +13,7 @@ jobs: |
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
fail-fast: false |
|
|
|
fail-fast: false |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
os: [ubuntu-22.04, macos-12, windows-2022] |
|
|
|
os: [ubuntu-22.04, windows-2022] |
|
|
|
platform: [x64] |
|
|
|
platform: [x64] |
|
|
|
build-cfg: [DebugOpt, Release] |
|
|
|
build-cfg: [DebugOpt, Release] |
|
|
|
#build-cfg: [Debug, DebugOpt, Release] # our local copy of clang isn't build for debug on linux/macos currently |
|
|
|
#build-cfg: [Debug, DebugOpt, Release] # our local copy of clang isn't build for debug on linux/macos currently |
|
|
|