Skip to content

Commit

Permalink
Merge pull request #201 from trilogy-libraries/fix-ci-1
Browse files Browse the repository at this point in the history
Remove mysql 5.7 from macos
  • Loading branch information
jhawthorn authored Sep 12, 2024
2 parents e916d13 + 11e2762 commit 5543d26
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 5543d26

Please sign in to comment.