Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing on macOS arm64 #1568

Merged
merged 1 commit into from
Jul 2, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
matrix:
platform:
- ubuntu2004
- ubuntu2204
- macos
- windows

tasks:
ubuntu1804:
platform: ubuntu1804
ubuntu2204:
platform: ubuntu2204
build_targets:
- "..."
run_targets:
Expand Down Expand Up @@ -37,8 +37,8 @@ tasks:
# Specify this target explicitly to verify that Gazelle generated it correctly.
- "//pkg:pkg_test"
- "//..."
ubuntu1604:
platform: ubuntu1604
macos_arm64:
platform: macos_arm64
build_targets:
- "..."
test_targets:
Expand Down