commit | 77e3698ccf976993c2e801b0b7f31b4cd43e24e7 | [log] [tgz] |
---|---|---|
author | Mike Kruskal <mkruskal@google.com> | Wed Aug 23 20:29:33 2023 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Aug 23 20:37:40 2023 -0700 |
tree | 0862a259a74b7b0903ca0722b7844b4fb238e5dd | |
parent | 57d8049b01b4bd95a1ca156eb375b523dc7d5d56 [diff] |
Fix upb macos job names PiperOrigin-RevId: 559624444
diff --git a/.github/workflows/test_upb.yml b/.github/workflows/test_upb.yml index f3b1926..80afb04 100644 --- a/.github/workflows/test_upb.yml +++ b/.github/workflows/test_upb.yml
@@ -84,7 +84,7 @@ config: - { name: "macOS", bazel-command: "test" } - { name: "macOS ARM (build only)", bazel-command: "build", flags: "--cpu=darwin_arm64" } - name: macOS + name: ${{ matrix.config.name }} runs-on: macos-12 steps: - name: Checkout pending changes