mirror of
https://github.com/google/cpu_features.git
synced 2025-11-14 11:10:38 +01:00
ci: use macos-15-intel runners
ref: https://github.blog/changelog/2025-09-19-github-actions-macos-13-runner-image-is-closing-down/
This commit is contained in:
committed by
Mizux Seiha
parent
da55bc41b1
commit
83234d453f
2
.github/workflows/amd64_macos_bazel.yml
vendored
2
.github/workflows/amd64_macos_bazel.yml
vendored
@@ -11,7 +11,7 @@ on:
|
||||
jobs:
|
||||
# Building using the github runner environement directly.
|
||||
bazel:
|
||||
runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images
|
||||
runs-on: macos-15-intel # Using x86 processors
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v5
|
||||
|
||||
2
.github/workflows/amd64_macos_cmake.yml
vendored
2
.github/workflows/amd64_macos_cmake.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user