Skip to content

Commit c29fa5c

Browse files
committed
ci(testing): exclude amd64 for macos-latest OS
1 parent 0753c6b commit c29fa5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/testing.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
matrix:
2727
os: [ubuntu-latest, windows-latest, macos-latest]
2828
arch: [amd64, arm64]
29+
exclude:
30+
- os: macos-latest
31+
arch: amd64
2932
runs-on: ${{ matrix.os }}
3033
env:
3134
CACHE_PATH: ${{ matrix.os == 'macos-latest' && '/private/var/tmp/_bazel_runner/' || '~/.cache/bazel' }}

0 commit comments

Comments
 (0)