Update rust.yml

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

View File

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