From 2af68cec5a16e637d4f84f35b80ff01c14f928be Mon Sep 17 00:00:00 2001 From: Sebastian Cohnen Date: Mon, 5 Jan 2026 13:42:48 +0100 Subject: [PATCH] adds macos-15-intel to build matrix --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1be2c4d..2c31eb6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: os: - "macos-14" # arm64 - "macos-15" # arm64 + - "macos-15-intel" - "ubuntu-24.04" ruby: - "truffleruby+graalvm" @@ -55,7 +56,8 @@ jobs: matrix: os: - "macos-14" # arm64 - - "macos-15" + - "macos-15" # arm64 + - "macos-15-intel" ruby: - "ruby-3.1" - "ruby-3.2"