We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 350587e commit a813d3dCopy full SHA for a813d3d
.github/workflows/bazel.yml
@@ -70,7 +70,7 @@ on:
70
jobs:
71
bazel:
72
name: ${{ inputs.name }}
73
- runs-on: ${{ inputs.os == 'macos' && 'macos-13' || format('{0}-latest', inputs.os) }}
+ runs-on: ${{ inputs.os == 'macos' && 'macos-13' || inputs.os == 'macos-15' && 'macos-15' || format('{0}-latest', inputs.os) }}
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
.github/workflows/ci-python.yml
@@ -94,7 +94,7 @@ jobs:
94
with:
95
name: Integration Tests (safari)
96
browser: safari
97
- os: macos
+ os: macos-15
98
cache-key: py-safari
99
run: |
100
bazel test --local_test_jobs 1 --flaky_test_attempts 3 //py:test-safari
0 commit comments