From b25dff20c78923a337d72c37e1666e567551acd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Fri, 19 Dec 2025 14:38:17 +0100 Subject: [PATCH] Try Intel Macos 15 --- .github/workflows/mac-builds.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/mac-builds.yml b/.github/workflows/mac-builds.yml index 6ac4c2a9..3a2c61a7 100644 --- a/.github/workflows/mac-builds.yml +++ b/.github/workflows/mac-builds.yml @@ -4,13 +4,11 @@ on: [push, pull_request] jobs: build: - # From macos-14 forward, the baseline "macos-X" image is Arm based, - # and not Intel based. runs-on: ${{matrix.image}} strategy: fail-fast: false matrix: - image: [macos-13, macos-14, macos-15] + image: [macos-15, macos-15-intel] build_type: [Debug, Release] std: [14, 17]