Skip to content

Commit

Permalink
CI: pin MacOS brew package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 27, 2024
1 parent ffe245c commit 5a1ece5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

# Allow failure due to this issue:
# https://github.com/brianmario/mysql2/issues/1194
- {os: macos-latest, ruby: '2.6', db: mariadb, ssl: openssl@1.1, allow-failure: true}
- {os: macos-latest, ruby: '2.6', db: mysql, ssl: openssl@1.1, allow-failure: true}
- {os: macos-latest, ruby: '2.6', db: mariadb@11.4, ssl: openssl@3, allow-failure: true}
- {os: macos-latest, ruby: '2.6', db: mysql@8.4, ssl: openssl@3, allow-failure: true}
# On the fail-fast: true, it cancels all in-progress jobs
# if any matrix job fails, which we don't want.
fail-fast: false
Expand Down

0 comments on commit 5a1ece5

Please sign in to comment.