Skip to content

Commit

Permalink
Disable failing MacOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisn committed May 2, 2024
1 parent a9d746e commit 6424986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6424986

Please sign in to comment.