diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index ce206c7..d02c923 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -10,7 +10,7 @@ jobs: build: strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest] # os: [ubuntu-latest, macos-latest] linkage: [dynamic, static] # The CMake configure and build commands are platform agnostic and should work equally