From e923b3a99a08d70aec3263d950fa2caba9520cea Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Sat, 7 Mar 2026 12:11:39 +0100 Subject: [PATCH] CI: adds macOS 26 to build matrix --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bed7a08..8eca389 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,6 +17,8 @@ jobs: - "macos-14" # arm64 - "macos-15" # arm64 - "macos-15-intel" + - "macos-26" # arm64 + - "macos-26-intel" - "ubuntu-24.04" ruby: - "truffleruby+graalvm" @@ -58,6 +60,8 @@ jobs: - "macos-14" # arm64 - "macos-15" # arm64 - "macos-15-intel" + - "macos-26" # arm64 + - "macos-26-intel" ruby: - "ruby-3.1" - "ruby-3.2"