From 23a629cf738f436f528d48c062aacbbd1df1410d Mon Sep 17 00:00:00 2001 From: Tyson Jones Date: Wed, 18 Feb 2026 14:25:15 -0500 Subject: [PATCH 1/2] Changed MacOS CI image back to x86 since the default (macos-latest) is now ARM which does not recognise -mavx arg --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 711fab14..88e8a204 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,7 +9,7 @@ on: jobs: cpu_macos_x86_build: name: MacOS_x86 - runs-on: macos-latest + runs-on: macos-15-intel steps: - uses: actions/checkout@v2 with: From d2d6c0103ec07fb54375fd0efc5a4c6d33b146d6 Mon Sep 17 00:00:00 2001 From: Tyson Jones Date: Wed, 18 Feb 2026 14:27:01 -0500 Subject: [PATCH 2/2] Changing binary publish image too --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 0c1c73ea..cd729325 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -32,7 +32,7 @@ jobs: cpu_macos_x86_build: name: MacOS_x86 - runs-on: macos-latest + runs-on: macos-15-intel steps: - uses: actions/checkout@v2 with: