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 cf5393b commit 7ca4f5eCopy full SHA for 7ca4f5e
1 file changed
.github/workflows/bazel.yml
@@ -70,7 +70,7 @@ on:
70
jobs:
71
bazel:
72
name: ${{ inputs.name }}
73
- runs-on: ${{ inputs.os }}-latest
+ runs-on: ${{ inputs.os == 'macos' && 'macos-13' || format('{0}-latest', inputs.os) }}
74
env:
75
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
76
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
0 commit comments