From 69d733715cbba460fa1edf5fa762c493d45040f1 Mon Sep 17 00:00:00 2001 From: Max Slater Date: Fri, 26 Apr 2024 13:46:17 -0400 Subject: [PATCH] Update macos-arm64.yml --- .github/workflows/macos-arm64.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/macos-arm64.yml b/.github/workflows/macos-arm64.yml index 3bdcf7e..e3e76d9 100644 --- a/.github/workflows/macos-arm64.yml +++ b/.github/workflows/macos-arm64.yml @@ -8,7 +8,7 @@ on: pull_request: jobs: build: - runs-on: macos-14 + runs-on: macos-latest steps: - name: Checkout uses: actions/checkout@v4 @@ -17,8 +17,8 @@ jobs: - name: Configure run: cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DRPP_TEST=ON env: - CXX: /opt/homebrew/opt/llvm/bin/clang++ + CXX: /opt/homebrew/opt/llvm@17/bin/clang++ - name: Build run: cmake --build build -- -j - name: Test - run: ctest --test-dir build --output-on-failure \ No newline at end of file + run: ctest --test-dir build --output-on-failure