diff --git a/.github/workflows/rust-release-windows.yml b/.github/workflows/rust-release-windows.yml index a93577c45..7069b6ca8 100644 --- a/.github/workflows/rust-release-windows.yml +++ b/.github/workflows/rust-release-windows.yml @@ -210,11 +210,11 @@ jobs: runs_on: group: ${{ github.event.repository.name }}-runners labels: ${{ github.event.repository.name }}-windows-x64 - - runner: windows-arm64 + - runner: windows-x64 target: aarch64-pc-windows-msvc runs_on: group: ${{ github.event.repository.name }}-runners - labels: ${{ github.event.repository.name }}-windows-arm64 + labels: ${{ github.event.repository.name }}-windows-x64 steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2