Update rust.yml

This commit is contained in:
Robert Chacón 2024-03-10 10:19:10 -06:00 committed by GitHub
parent 7129f8ca25
commit 86a1d3383e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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