Skip to content

Commit

Permalink
CI: Use macos-13 (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb authored Dec 17, 2024
1 parent b6c001a commit e0be66a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
matrix:
os:
- ubuntu-latest
- macos-12
- macos-13
- windows-2019
runs-on: ${{ matrix.os }}
defaults:
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
- name: Setup postgres on MacOS
if: runner.os == 'macOS'
run: |
brew install postgresql
initdb -D /usr/local/var/postgres
pg_ctl -D /usr/local/var/postgres start
sleep 3
Expand Down

0 comments on commit e0be66a

Please sign in to comment.