mirror of
https://github.com/google/cpu_features.git
synced 2025-11-14 03:00:37 +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:
|
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
|
||||||
|
|||||||
2
.github/workflows/amd64_macos_cmake.yml
vendored
2
.github/workflows/amd64_macos_cmake.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user