Skip to content

Commit

Permalink
Update macos-arm64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNumbat authored Apr 26, 2024
1 parent b1f4538 commit 69d7337
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
pull_request:
jobs:
build:
runs-on: macos-14
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -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
run: ctest --test-dir build --output-on-failure

0 comments on commit 69d7337

Please sign in to comment.