Skip to content

Commit

Permalink
Run Debug arm64 and fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Smjert committed Jun 30, 2024
1 parent 9c9d212 commit a157fbc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/hosted_runners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -571,10 +571,6 @@ jobs:
architecture: [x86_64, arm64]
os: [macos-14]

exclude:
- build_type: Debug
architecture: arm64

steps:
- name: Select the build job count
shell: bash
Expand Down Expand Up @@ -799,6 +795,7 @@ jobs:

- name: Package the tests for the x86_64 macOS-12 worker
if: matrix.architecture == 'x86_64'
working-directory: ${{ steps.build_paths.outputs.BINARY }}
run: |
( cd workspace && ${{ steps.build_paths.outputs.SOURCE }}/tools/ci/scripts/macos/package_tests.sh build macos_tests_${{ matrix.build_type }} )
Expand All @@ -807,7 +804,7 @@ jobs:
uses: actions/upload-artifact@v1
with:
name: macos_tests_${{ matrix.build_type }}
path: workspace/macos_tests_${{ matrix.build_type }}.tar.gz
path: ${{ steps.build_paths.outputs.BINARY }}/macos_tests_${{ matrix.build_type }}.tar.gz

# Before we terminate this job, delete the build folder. The cache
# actions will require the disk space to create the archives.
Expand Down

0 comments on commit a157fbc

Please sign in to comment.