diff options
| author | Fuwn <[email protected]> | 2021-05-20 00:01:57 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-05-20 00:01:57 +0000 |
| commit | 9d98b4b25a167e54749e6dfe130f8639cd75b15c (patch) | |
| tree | af953c11a0fd92e6054d6e110669a0287c98d9eb /.github/workflows | |
| parent | fix(manifest): readme paths (diff) | |
| download | whirl-9d98b4b25a167e54749e6dfe130f8639cd75b15c.tar.xz whirl-9d98b4b25a167e54749e6dfe130f8639cd75b15c.zip | |
ci(actions): pin os
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/rust.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 9c7437b..c4f08d5 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -17,7 +17,7 @@ env: jobs: check: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - name: Checkout 🛒 uses: actions/checkout@v2 |