Fix upb macos job names

PiperOrigin-RevId: 559624444
pull/13632/head
Mike Kruskal 1 year ago committed by Copybara-Service
parent 57d8049b01
commit 77e3698ccf
  1. 2
      .github/workflows/test_upb.yml

@ -84,7 +84,7 @@ jobs:
config: config:
- { name: "macOS", bazel-command: "test" } - { name: "macOS", bazel-command: "test" }
- { name: "macOS ARM (build only)", bazel-command: "build", flags: "--cpu=darwin_arm64" } - { name: "macOS ARM (build only)", bazel-command: "build", flags: "--cpu=darwin_arm64" }
name: macOS name: ${{ matrix.config.name }}
runs-on: macos-12 runs-on: macos-12
steps: steps:
- name: Checkout pending changes - name: Checkout pending changes

Loading…
Cancel
Save