Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Apr 27, 2024
1 parent c57cbfb commit 33519b5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,11 @@ jobs:
run: ./gradlew test --tests "xyz.cssxsh.mirai.hibernate.entry.MSSqlTest" --scan --info

macos:
runs-on: macos-latest
runs-on: macos-12
steps:

- name: Start PostgreSQL
run: |
brew install postgresql@14
brew info postgresql@14
brew services start postgresql@14 -v
tail -n 100 /usr/local/var/log/postgres*.log
Expand Down

0 comments on commit 33519b5

Please sign in to comment.