Skip to content

Commit

Permalink
XXX run tests on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
kyakdan committed Aug 19, 2024
1 parent aa376ca commit 7c2f5db
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/run-all-tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,15 @@ jobs:
name: Build & Test
strategy:
matrix:
os: [ubuntu-22.04, windows-2019, macos-13]
jdk: [21]
os: [macos-13]
jdk: [8, 21]
include:
- jdk: 21
# Workaround for https://github.com/bazelbuild/bazel/issues/14502
extra_bazel_args: "--jvmopt=-Djava.security.manager=allow"
# - os: ubuntu-22.04
# arch: "linux"
# bazel_args: "//launcher/android:jazzer_android"
- os: ubuntu-22.04
# Use JDK 8 only on Ubuntu in PRs.
jdk: 8
- os: macos-13
arch: "macos-arm64"
bazel_args: "--xcode_version_config=//.github:host_xcodes"
- os: windows-2019
arch: "windows"

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7c2f5db

Please sign in to comment.