Skip to content

Commit aabd026

Browse files
authored
Switch to macos-latest (#384)
1 parent 2dd9a9f commit aabd026

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
matrix:
2727
os:
2828
- ubuntu-latest
29-
- macos-13
29+
- macos-latest
3030
- windows-latest
3131
runs-on: ${{ matrix.os }}
3232
defaults:
@@ -58,8 +58,7 @@ jobs:
5858
run: |
5959
set -ex
6060
brew install postgresql
61-
initdb -D /usr/local/var/postgres
62-
pg_ctl -D /usr/local/var/postgres start
61+
brew services start postgresql@14
6362
sleep 3
6463
createuser -s postgres
6564
echo BUTANE_PG_CONNSTR="host=localhost user=postgres sslmode=disable port=5432" >> $GITHUB_ENV

0 commit comments

Comments
 (0)