Skip to content

Commit 0745f4a

Browse files
committed
Update macOS job configuration in CI workflow to target x86_64 architecture
1 parent d1605e9 commit 0745f4a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ env:
1010
CTEST_OUTPUT_ON_FAILURE: 1
1111

1212
jobs:
13-
macos-native-arm64:
14-
name: 'macOS 15'
13+
macos-native-x86_64:
14+
name: 'macos-15-intel'
1515
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).
1616
# See: https://github.com/actions/runner-images#available-images.
17-
runs-on: macos-15 # Use M1 once available https://github.com/github/roadmap/issues/528
17+
runs-on: macos-15-intel # Use M1 once available https://github.com/github/roadmap/issues/528
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)