Skip to content

Commit

Permalink
CI - Temporary disable macOS build on github actions
Browse files Browse the repository at this point in the history
PG client library is not correctly installed, so the build fails.
  • Loading branch information
vaintroub committed Aug 7, 2024
1 parent 0dd18b8 commit 3890cef
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 @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-latest, ubuntu-latest, macos-13]
os: [windows-latest, ubuntu-latest]
uses: ./.github/workflows/cmake-single-os.yml
with:
os: ${{ matrix.os}}
Expand Down

0 comments on commit 3890cef

Please sign in to comment.