Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cssxsh committed Sep 11, 2024
1 parent a4144d0 commit f7abf16
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,7 +101,7 @@ jobs:
run: ./gradlew test --tests "xyz.cssxsh.mirai.hibernate.entry.MSSqlTest" --scan --info

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

- name: Start PostgreSQL
Expand All @@ -115,7 +115,6 @@ jobs:

- name: Start MySQL
run: |
brew update
brew install mysql
brew info mysql
brew services restart mysql -v
Expand Down

0 comments on commit f7abf16

Please sign in to comment.