Skip to content

Commit

Permalink
Removing macOS build for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jholloc committed Sep 18, 2023
1 parent dc1198f commit 582f7c2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, windows-latest]
# os: [macos-latest]
release: [Release]
ssl: [ON, OFF]
client-only: [OFF]
Expand Down

0 comments on commit 582f7c2

Please sign in to comment.