Skip to content

Commit a813d3d

Browse files
committed
Update to run macos-15
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent 350587e commit a813d3d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: ${{ inputs.os == 'macos' && 'macos-13' || inputs.os == 'macos-15' && 'macos-15' || format('{0}-latest', inputs.os) }}
7474
env:
7575
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7676
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}

.github/workflows/ci-python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
name: Integration Tests (safari)
9696
browser: safari
97-
os: macos
97+
os: macos-15
9898
cache-key: py-safari
9999
run: |
100100
bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-safari

0 commit comments

Comments
 (0)