Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jul 1, 2024
1 parent 2fd75ce commit b7efa7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -827,6 +827,7 @@ jobs:
test_macos_bigsur:

needs: build_macos
if: false

runs-on: macos-11

Expand Down

0 comments on commit b7efa7a

Please sign in to comment.