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: 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]