Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zachasme committed Nov 5, 2024
1 parent 0e61fbe commit b850ccc
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
config: [Release, Debug]
pg: [14]
pg: [14, 17]

runs-on: macos-14

Expand All @@ -24,12 +24,11 @@ jobs:
path: ~/.cargo
key: ${{ runner.os }}-cargo-2023

- name: Install pg_validate_extupgrade
run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git
# - name: Install pg_validate_extupgrade
# run: cargo install --locked --git https://github.com/rjuju/pg_validate_extupgrade.git

- name: Install (& link) PostgreSQL
run: |
brew install postgresql@${{ matrix.pg }} postgis
# - name: Install (& link) PostgreSQL
# run: brew install postgresql@${{ matrix.pg }} postgis

- name: Generate
run: cmake -B build -DCMAKE_BUILD_TYPE=${{ matrix.config }}
Expand Down

0 comments on commit b850ccc

Please sign in to comment.