Skip to content

Commit fc14d2e

Browse files
committed
ping brew mysql to 8.4
Homebrew/homebrew-core#180498
1 parent 4a29c28 commit fc14d2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/compatibility-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ jobs:
233233
- name: Install mysql in macos
234234
if: ${{ matrix.os == 'macos-14' }}
235235
run: |
236-
brew install mysql-client
236+
brew install mysql-client@8.4
237237
export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
238238
pip3 install mysqlclient --break-system-packages
239239
- name: Run test on ${{ matrix.os }}
@@ -308,7 +308,7 @@ jobs:
308308
- name: Install mysql in macos
309309
if: ${{ matrix.os == 'macos-14' }}
310310
run: |
311-
brew install mysql-client
311+
brew install mysql-client@8.4
312312
export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
313313
pip3 install mysqlclient --break-system-packages
314314
- name: Run test on ${{ matrix.os }}
@@ -424,7 +424,7 @@ jobs:
424424
- name: Install mysql on macos
425425
if: ${{ matrix.os == 'macos-14' }}
426426
run: |
427-
brew install mysql
427+
brew install mysql@8.4
428428
cd example_code/ruby
429429
# https://github.com/Homebrew/homebrew-core/issues/130258
430430
gem install mysql2 -- --with-mysql-dir=$(brew --prefix mysql)
@@ -479,7 +479,7 @@ jobs:
479479
- name: Run test on macos
480480
if: ${{ matrix.os == 'macos-14' }}
481481
run: |
482-
brew install mysql-client
482+
brew install mysql-client@8.4
483483
export PKG_CONFIG_PATH="/opt/homebrew/opt/mysql-client/lib/pkgconfig"
484484
flags=$(pkg-config --cflags --libs mysqlclient)
485485
cd example_code/cpp

0 commit comments

Comments
 (0)