Skip to content

Commit

Permalink
crashpad/tests: run only arm64 tests on macOS, skip x86_64
Browse files Browse the repository at this point in the history
Presently, tests run for macOS/x64_64 hang when run as a gitlab job. As
there is still macOS coverage, as arm64, disable the x64_64 tests on macOS,
for now, until we have time to properly investigate.
  • Loading branch information
gm4sl committed May 30, 2024
1 parent fe7115c commit c4387af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [arm64, x86_64]
arch: [arm64]
generator: ["Unix Makefiles", Ninja]

steps:
Expand Down

0 comments on commit c4387af

Please sign in to comment.