try! run as root on macos-15

This commit is contained in:
Ben Noordhuis 2025-12-09 08:26:45 +01:00
parent 7308bb1dde
commit 1a19774551

View File

@ -107,6 +107,11 @@ jobs:
run: |
./build/uv_run_tests_a platform_output
- name: Test
if: ${{ maxtrix.os == 'macos-15' }}
run: |
cd build && sudo UV_RUN_AS_ROOT=1 ctest -V
- name: Test
if: ${{ maxtrix.os != 'macos-15' }}
run: |
cd build && ctest -V
- name: Autotools configure