1
0
mirror of https://github.com/google/cpu_features.git synced 2025-11-14 03:00:37 +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: jobs:
# Building using the github runner environement directly. # Building using the github runner environement directly.
bazel: bazel:
runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images runs-on: macos-15-intel # Using x86 processors
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v5 uses: actions/checkout@v5

View File

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