Skip to content

Commit 92e0c00

Browse files
committed
1 parent da55bc4 commit 92e0c00

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/amd64_macos_bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
# Building using the github runner environement directly.
1313
bazel:
14-
runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images
14+
runs-on: macos-15-intel # Using x86 processors
1515
steps:
1616
- name: Check out repository code
1717
uses: actions/checkout@v5

.github/workflows/amd64_macos_cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
# Building using the github runner environement directly.
1313
xcode:
14-
runs-on: macos-13 # Using x86 processors, ref: https://github.com/actions/runner-images
14+
runs-on: macos-15-intel # Using x86 processors
1515
env:
1616
CTEST_OUTPUT_ON_FAILURE: 1
1717
steps:

0 commit comments

Comments
 (0)