diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 2aab5de..a05c0e1 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -177,7 +177,7 @@ jobs: # - runner: macos-latest # triple: x86_64-apple-darwin # vscode-platform: darwin-arm64 - runs-on: ubuntu-latest + runs-on: ${{matrix.runner}} steps: - name: Tool Versions run: rustc --version