Disable macos-latest in main.yml for now
This commit is contained in:
parent
35b57a7dbb
commit
ed268331f1
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: true
|
fail-fast: true
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macos-latest]
|
os: [ubuntu-latest]
|
||||||
compiler: [gcc, clang]
|
compiler: [gcc, clang]
|
||||||
build_type: [Debug, Release]
|
build_type: [Debug, Release]
|
||||||
server_only: [ON, OFF]
|
server_only: [ON, OFF]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user