From 828a3ca7f51330a399790573a182834b80517e3a Mon Sep 17 00:00:00 2001 From: JohT <7671054+JohT@users.noreply.github.com> Date: Sun, 1 Feb 2026 20:13:31 +0100 Subject: [PATCH] Update non-arm runner to macos-15-intel --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 8740aa6..5f34578 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -88,7 +88,7 @@ jobs: enforce-sse2: FALSE enforce-avx: TRUE enforce-avx2: FALSE - - os: macos-13 + - os: macos-15-intel artifact: MacOS enforce-sse2: FALSE enforce-avx: FALSE