Update rust.yml

This commit is contained in:
Robert Chacón 2024-03-10 09:33:56 -06:00 committed by GitHub
parent 4829861eb5
commit edb22728a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-latest] os: [ubuntu-latest]
runs-on: ${{ matrix.os }} runs-on: [self-hosted, ${{ matrix.os }}]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2