Skip to content

Commit d4723bb

Browse files
committed
Pin macOS CI 'mysql-client' to '8.4'.
mysqlclient-sys does not recognize v9, which causes the CI to fail. This resolves the issue.
1 parent 38cebeb commit d4723bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ jobs:
6666
- name: Install Native Dependencies (macOS)
6767
if: matrix.platform.name == 'macOS'
6868
run: |
69-
brew install mysql-client libpq sqlite coreutils
70-
brew link --force --overwrite mysql-client
69+
brew install mysql-client@8.4 libpq sqlite coreutils
70+
brew link --force --overwrite mysql-client@8.4
7171
brew link --force --overwrite libpq
7272
echo "/usr/local/opt/mysql-client/bin" >> "$GITHUB_PATH"
7373

0 commit comments

Comments
 (0)