Skip to content

Commit

Permalink
macOS 12 adn 13 ship with Ruby 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew committed Dec 16, 2022
1 parent db709ae commit 145b718
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 @@ -43,10 +43,10 @@ jobs:
# MariaDB lastet version
# Allow failure due to the following test failures that rarely happens.
# https://github.com/brianmario/mysql2/issues/1194
- {os: macos-latest, ruby: '2.4', db: mariadb, allow-failure: true}
- {os: macos-latest, ruby: '2.6', db: mariadb, allow-failure: true}
# MySQL latest version
# Allow failure due to the issue #1165.
- {os: macos-latest, ruby: '2.4', db: mysql, allow-failure: true}
- {os: macos-latest, ruby: '2.6', db: mysql, allow-failure: true}
# On the fail-fast: true, it cancels all in-progress jobs
# if any matrix job fails unlike Travis fast_finish.
fail-fast: false
Expand Down

0 comments on commit 145b718

Please sign in to comment.