From a7b017ab9a699757f3ba19a3871de77cb97a085b Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Tue, 21 Oct 2025 20:31:40 +0200 Subject: [PATCH] Build amd64 MacOS build on macos-15-intel --- .github/workflows/compilation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/compilation.yml b/.github/workflows/compilation.yml index b62a8f5..8dccb4c 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -60,7 +60,7 @@ jobs: matrix: os: [ [macos-latest, arm64, bash], - [macos-13, x86_64, bash], + [macos-15-intel, x86_64, bash], [ubuntu-latest, x86_64, bash], ] fail-fast: false