diff --git a/.github/workflows/dusk.yml b/.github/workflows/dusk.yml index 293812a3283f3..250508915df71 100644 --- a/.github/workflows/dusk.yml +++ b/.github/workflows/dusk.yml @@ -14,16 +14,18 @@ jobs: target: strategy: matrix: - os: [ ubuntu-latest, macos-latest ] target: [ x86_64-unknown-linux-gnu, x86_64-apple-darwin, + aarch64-apple-darwin, ] - exclude: + include: - os: ubuntu-latest - target: x86_64-apple-darwin - - os: macos-latest target: x86_64-unknown-linux-gnu + - os: macos-latest-large + target: x86_64-apple-darwin + - os: macos-latest-xlarge + target: aarch64-apple-darwin runs-on: ${{ matrix.os }} steps: - name: Check out repository @@ -40,7 +42,7 @@ jobs: run: brew install ninja openssl@3 - name: Run build - run: ./x dist --host ${{ matrix.target }} + run: ./x.py dist --host ${{ matrix.target }} - name: Set artifact name id: artifact-name