Update rust.yml

This commit is contained in:
Robert Chacón 2024-03-10 15:21:53 -06:00 committed by GitHub
parent 753e7458b0
commit 7cc0dfc47a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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