Skip to content

Commit

Permalink
Merge branch 'main' into ractor-safe
Browse files Browse the repository at this point in the history
  • Loading branch information
jhawthorn authored Sep 12, 2024
2 parents c2798d4 + 5543d26 commit 6e7e3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
mysql: ["5.7", "8.0"]
mysql: ["8.0"]
steps:
- uses: actions/checkout@v4
- name: Setup MySQL
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
mysql: ["5.7", "8.0"]
mysql: ["8.0"]
steps:
- uses: actions/checkout@v4
- name: Setup MySQL
Expand Down

0 comments on commit 6e7e3f7

Please sign in to comment.