Skip to content

Commit

Permalink
Fix macOS test on GHA
Browse files Browse the repository at this point in the history
GHA arm64 macs do not have x86_64 Homebrew, so let's just
use the default now.
  • Loading branch information
gaborcsardi committed Jul 29, 2024
1 parent 2bd2759 commit 70d399a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test-macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -207,8 +207,7 @@ teardown() {
echo "$output"
[[ "$status" -eq 0 ]]

# This is different on arm hardware
run rig sysreqs add -a x86_64 checkbashisms tidy-html5 pkgconfig
run rig sysreqs add checkbashisms tidy-html5 pkgconfig
echo "$output"
[[ "$status" -eq 0 ]]
}

0 comments on commit 70d399a

Please sign in to comment.