1
0
mirror of https://github.com/google/cpu_features.git synced 2025-11-14 11:10:38 +01:00
Corentin Le Molgat
2025-11-07 10:17:24 +01:00
committed by Mizux Seiha
parent da55bc41b1
commit 83234d453f
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ on:
jobs:
# Building using the github runner environement directly.
xcode:
runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images
runs-on: macos-15-intel # Using x86 processors
env:
CTEST_OUTPUT_ON_FAILURE: 1
steps: