Skip to content

Commit

Permalink
[ci] Don't run on macOS ARM
Browse files Browse the repository at this point in the history
We have few failures related to it that needs to be fixed first.
  • Loading branch information
p0deje committed Apr 26, 2024
1 parent cf5393b commit 7ca4f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ on:
jobs:
bazel:
name: ${{ inputs.name }}
runs-on: ${{ inputs.os }}-latest
runs-on: ${{ inputs.os == 'macos' && 'macos-13' || format('{0}-latest', inputs.os) }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEL_M2_USER: ${{ secrets.SEL_M2_USER }}
Expand Down

0 comments on commit 7ca4f5e

Please sign in to comment.