From 2b7df39c6fc6533986dfb22cae0dc70003ed341c Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Tue, 21 Apr 2026 20:35:24 +0200 Subject: [PATCH] CI: Ruby 3.4 and 4.0 fail on macOS 15 Intel, let's skip those --- .github/workflows/tests.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 51412c2..858f2c7 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,11 @@ jobs: "4.0", "head", ] + exclude: + - os: 'macos-15-intel' + ruby-version: '3.4' + - os: 'macos-15-intel' + ruby-version: '4.0' name: Ruby ${{ matrix.ruby-version }} on OS ${{ matrix.os }} steps: