diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 95ddb78..3b1b52a 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -24,7 +24,7 @@ jobs: # # To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list. matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest] # macos-latest build_type: [Release] c_compiler: [gcc, clang, cl] cpp_compiler: [g++, clang++, cl] @@ -50,14 +50,14 @@ jobs: c_compiler: cl - os: ubuntu-latest cpp_compiler: cl - - os: macos-latest - c_compiler: gcc - - os: macos-latest - cpp_compiler: g++ - - os: macos-latest - c_compiler: cl - - os: macos-latest - cpp_compiler: cl + #- os: macos-latest + # c_compiler: gcc + #- os: macos-latest + # cpp_compiler: g++ + #- os: macos-latest + # c_compiler: cl + #- os: macos-latest + # cpp_compiler: cl steps: - uses: actions/checkout@v4 with: