Skip to content

Commit

Permalink
chore: turn off more MacOS testing (#399)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeagle authored Oct 20, 2023
1 parent 99ad83a commit ed2ba4b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,16 @@ jobs:

bzlmodEnabled: [true, false]
exclude:
# macos is expensive so don't test these
# macos is expensive (billed at 10X) so don't test these
- os: macos-latest
folder: e2e/custom_registry
- os: macos-latest
folder: e2e/wasm
- os: macos-latest
folder: e2e/crane_as_registry
- os: macos-latest
bazelversion: 5.3.2

# Don't test bzlmod with Bazel 5 (not supported)
- bazelversion: 5.3.2
bzlmodEnabled: true
Expand Down

0 comments on commit ed2ba4b

Please sign in to comment.