Skip to content

Commit dcf7529

Browse files
committed
ci: Execute newt test with super powers
This is required by latest MacOS runners (see [1]) and doesn't affect Linux. For simplicity keep same job for all. [1] actions/runner-images#10924
1 parent 874a39e commit dcf7529

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/newt_test_all.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ jobs:
5959
shell: bash
6060
run: |
6161
cd build
62-
newt test all
62+
# sudo is required for macos-15+ runners
63+
# see https://github.com/actions/runner-images/issues/10924
64+
sudo `which newt` test all

0 commit comments

Comments
 (0)