File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed
Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -418,10 +418,6 @@ jobs:
418418 os : macos-14
419419 cache_key : macos-14-bazel8
420420 bazel : test //src/... //third_party/utf8_range/... //conformance:conformance_framework_tests
421- - name : MacOS Apple Silicon Bazel
422- os : macos-14
423- cache_key : macos-14-arm
424- bazel : test --cpu=darwin_arm64 //src/... //third_party/utf8_range/... //conformance:conformance_framework_tests
425421 - name : MacOS Intel Bazel
426422 os : macos-14
427423 cache_key : macos-14-intel
Original file line number Diff line number Diff line change @@ -102,7 +102,6 @@ jobs:
102102 matrix :
103103 config :
104104 - { name: "macOS", bazel-command: "test" }
105- - { name: "macOS ARM", bazel-command: "test", flags: "--cpu=darwin_arm64" }
106105 - { name: "macOS Intel", bazel-command: "test", flags: "--cpu=darwin_x86_64" }
107106 name : ${{ matrix.config.name }}
108107 runs-on : macos-14
You can’t perform that action at this time.
0 commit comments