Skip to content

Commit

Permalink
skip temporary ruby head test on Mac CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
suketa committed Nov 16, 2024
1 parent bf0e11f commit 9107578
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_on_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2', 'head']
# ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2', 'head']
ruby: ['3.1.6', '3.2.6', '3.3.6', '3.4.0-preview2']
duckdb: ['1.1.3', '1.1.1', '1.0.0']

steps:
Expand Down

0 comments on commit 9107578

Please sign in to comment.