From b7efa7a29edef6b58ea6105aeff5f459329afebc Mon Sep 17 00:00:00 2001 From: Stefano Bonicatti Date: Mon, 1 Jul 2024 10:58:43 +0200 Subject: [PATCH] temp --- .github/workflows/hosted_runners.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/hosted_runners.yml b/.github/workflows/hosted_runners.yml index 403092b0fd0..befe2ee35e0 100644 --- a/.github/workflows/hosted_runners.yml +++ b/.github/workflows/hosted_runners.yml @@ -803,7 +803,7 @@ jobs: if: matrix.architecture == 'x86_64' run: | pwd - ls -lh + ls -lh workspace/ ( cd workspace && ${{ steps.build_paths.outputs.SOURCE }}/tools/ci/scripts/macos/package_tests.sh build macos_tests_${{ matrix.build_type }} ) - name: Store the packaged tests for the x86_64 macOS-11 worker @@ -827,6 +827,7 @@ jobs: test_macos_bigsur: needs: build_macos + if: false runs-on: macos-11