We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1605e9 commit 0745f4aCopy full SHA for 0745f4a
1 file changed
.github/workflows/build_cmake.yml
@@ -10,11 +10,11 @@ env:
10
CTEST_OUTPUT_ON_FAILURE: 1
11
12
jobs:
13
- macos-native-arm64:
14
- name: 'macOS 15'
+ macos-native-x86_64:
+ name: 'macos-15-intel'
15
# Use latest image, but hardcode version to avoid silent upgrades (and breaks).
16
# 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
+ runs-on: macos-15-intel # Use M1 once available https://github.com/github/roadmap/issues/528
18
steps:
19
- name: Checkout
20
uses: actions/checkout@v4
0 commit comments