Skip to content

Commit d3a1b5c

Browse files
committed
switch to amd darwin as it appears that arm darwin instances are slow to get.
1 parent 1371713 commit d3a1b5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
run: git diff --exit-code
2828
- name: Checking code style
2929
run: ./scripts/run-clang-tidy.sh
30-
build:
30+
linux-build:
3131
runs-on: ubuntu-latest
3232

3333
steps:
@@ -46,8 +46,8 @@ jobs:
4646
run: ninja -C build
4747
- name: Test
4848
run: ctest --test-dir build --output-on-failure --timeout 30
49-
darwin-arm64-check:
50-
runs-on: macos-14-arm64
49+
darwin-amd64-build-and-test:
50+
runs-on: macos-14
5151
steps:
5252
- uses: actions/checkout@v3
5353
with:

0 commit comments

Comments
 (0)