diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index 8df86ef..9569ed9 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -109,6 +109,7 @@ jobs: runs-on: ${{ matrix.os }} env: ARTIFACT_NAME: ${{ inputs.tool-name }}-${{ inputs.tool-version }}-${{ matrix.platform }}-${{ matrix.arch }} + RUNNER_TYPE: ${{ matrix.runner_type }} strategy: fail-fast: false matrix: @@ -116,21 +117,27 @@ jobs: - os: ubuntu-latest platform: linux arch: x64 + runner_type: GitHub - os: setup-actions-ubuntu-arm64-2-core platform: linux arch: arm64 + runner_type: self-hosted - os: macos-13 platform: darwin arch: x64 + runner_type: GitHub - os: macos-latest platform: darwin arch: arm64 + runner_type: GitHub - os: windows-latest platform: win32 arch: x64 + runner_type: GitHub - os: setup-actions-windows-arm64-4-core platform: win32 arch: arm64 + runner_type: self-hosted steps: