Skip to content

Commit a3c365f

Browse files
committed
[ci] Update runner to macos-latest from macos-13
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent d411615 commit a3c365f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ on:
7070
jobs:
7171
bazel:
7272
name: ${{ inputs.name }}
73-
runs-on: ${{ inputs.os == 'macos' && 'macos-13' || format('{0}-latest', inputs.os) }}
73+
runs-on: ${{ format('{0}-latest', inputs.os) }}
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}

.github/workflows/ci-rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163

164164
macos-stable:
165165
name: "MacOS Stable"
166-
runs-on: macos-13
166+
runs-on: macos-latest
167167
needs: tests
168168
if: github.event_name != 'schedule'
169169
env:
@@ -195,7 +195,7 @@ jobs:
195195

196196
macos-debug:
197197
name: "MacOS Debug"
198-
runs-on: macos-13
198+
runs-on: macos-latest
199199
needs: tests
200200
if: github.event_name != 'schedule'
201201
env:

0 commit comments

Comments
 (0)