Skip to content

Commit

Permalink
Bump all dependencies, fix CI (#1353)
Browse files Browse the repository at this point in the history
  • Loading branch information
nyurik authored May 25, 2024
1 parent d77533f commit a98bc81
Show file tree
Hide file tree
Showing 3 changed files with 90 additions and 82 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ jobs:
- target: debian-x86_64
os: ubuntu-latest
- target: x86_64-apple-darwin
os: macos-12 # x64 CPU
os: macos-13 # x64 CPU
- target: x86_64-pc-windows-msvc
os: windows-latest
ext: '.exe'
Expand Down Expand Up @@ -317,7 +317,7 @@ jobs:
matrix:
include:
- target: x86_64-apple-darwin
os: macOS-latest
os: macos-13
- target: x86_64-pc-windows-msvc
os: windows-latest
ext: '.exe'
Expand All @@ -335,10 +335,7 @@ jobs:
- name: Install and run Postgis
uses: nyurik/action-setup-postgis@v2
id: pg
with:
username: test
password: test
database: test
with: { username: 'test', password: 'test', database: 'test' }
- name: Init database
run: |
echo "DATABASE_URL=${{ steps.pg.outputs.connection-uri }}"
Expand Down
Loading

0 comments on commit a98bc81

Please sign in to comment.