Skip to content

Commit

Permalink
switch to amd darwin as it appears that arm darwin instances are slow…
Browse files Browse the repository at this point in the history
… to get.
  • Loading branch information
jacques-n committed Jul 26, 2024
1 parent b979e15 commit c559665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: git diff --exit-code
- name: Checking code style
run: ./scripts/run-clang-tidy.sh
build:
linux-build:
runs-on: ubuntu-latest

steps:
Expand All @@ -46,8 +46,8 @@ jobs:
run: ninja -C build
- name: Test
run: ctest --test-dir build --output-on-failure --timeout 30
darwin-arm64-check:
runs-on: macos-14-arm64
darwin-amd64-build-and-test:
runs-on: macos-14
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit c559665

Please sign in to comment.