diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4ccd83cc2..b786943ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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]