Disable macos-latest in main.yml for now

This commit is contained in:
Benau 2021-05-20 11:48:47 +08:00
parent 35b57a7dbb
commit ed268331f1

View File

@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ubuntu-latest, macos-latest]
os: [ubuntu-latest]
compiler: [gcc, clang]
build_type: [Debug, Release]
server_only: [ON, OFF]