From fd663f6cf53eb93f2fdd92a5664e06550a586037 Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Tue, 21 Oct 2025 20:26:37 +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 14863af..c6d3513 100644 --- a/.github/workflows/compilation.yml +++ b/.github/workflows/compilation.yml @@ -39,7 +39,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