Skip to content

Commit 890342a

Browse files
authored
CI: macOS 12 and 13 ship with Ruby 2.6 (#1291)
1 parent 1ac6978 commit 890342a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ jobs:
4040
# MariaDB lastet version
4141
# Allow failure due to the following test failures that rarely happens.
4242
# https://github.com/brianmario/mysql2/issues/1194
43-
- {os: macos-latest, ruby: '2.4', db: mariadb, allow-failure: true}
43+
- {os: macos-latest, ruby: '2.6', db: mariadb, allow-failure: true}
4444
# MySQL latest version
4545
# Allow failure due to the issue #1165.
46-
- {os: macos-latest, ruby: '2.4', db: mysql, allow-failure: true}
46+
- {os: macos-latest, ruby: '2.6', db: mysql, allow-failure: true}
4747
# On the fail-fast: true, it cancels all in-progress jobs
4848
# if any matrix job fails unlike Travis fast_finish.
4949
fail-fast: false

0 commit comments

Comments
 (0)