Skip to content

Commit

Permalink
Use the proper runner
Browse files Browse the repository at this point in the history
  • Loading branch information
esarver committed Aug 21, 2024
1 parent f8c423f commit 803a954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 803a954

Please sign in to comment.