From d2a43bdec4941f4b2299508a3091db7f197988bf Mon Sep 17 00:00:00 2001 From: uncor3 Date: Tue, 28 Oct 2025 12:32:39 +0000 Subject: [PATCH] macOS x86_64 --- .../workflows/{build-macos.yml => build-macos-x86_64.yml} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{build-macos.yml => build-macos-x86_64.yml} (97%) diff --git a/.github/workflows/build-macos.yml b/.github/workflows/build-macos-x86_64.yml similarity index 97% rename from .github/workflows/build-macos.yml rename to .github/workflows/build-macos-x86_64.yml index d294367..7081d30 100644 --- a/.github/workflows/build-macos.yml +++ b/.github/workflows/build-macos-x86_64.yml @@ -1,4 +1,4 @@ -name: Build macOS +name: Build macOS x86_64 on: workflow_dispatch: @@ -14,7 +14,7 @@ env: jobs: build-macos: - runs-on: macos-latest + runs-on: macos-15-intel steps: - name: Checkout repository @@ -129,7 +129,7 @@ jobs: - name: Configure CMake run: | - cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DRUN_CLANG_TIDY=OFF -DCMAKE_OSX_ARCHITECTURES=x86_64 + cmake -B build -S . -DCMAKE_BUILD_TYPE=Release -DRUN_CLANG_TIDY=OFF - name: Build with CMake run: cmake --build build --config Release