Skip to content

Commit d4e7a81

Browse files
ericsalokarenwuz
authored andcommitted
Delete redundant ARM tests
PiperOrigin-RevId: 836244136
1 parent 9027d6b commit d4e7a81

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/test_cpp.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/test_upb.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)