Skip to content

Commit 33519b5

Browse files
committed
fix: ci
1 parent c57cbfb commit 33519b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,11 @@ jobs:
101101
run: ./gradlew test --tests "xyz.cssxsh.mirai.hibernate.entry.MSSqlTest" --scan --info
102102

103103
macos:
104-
runs-on: macos-latest
104+
runs-on: macos-12
105105
steps:
106106

107107
- name: Start PostgreSQL
108108
run: |
109-
brew install postgresql@14
110109
brew info postgresql@14
111110
brew services start postgresql@14 -v
112111
tail -n 100 /usr/local/var/log/postgres*.log

0 commit comments

Comments
 (0)