ci: re-introduce running CI on ubuntu-latest (#1837)

This commit is contained in:
Christoph Kieslich
2023-03-20 01:26:39 +01:00
committed by GitHub
parent 0b7205da66
commit 3f342a7c0a
6 changed files with 8 additions and 23 deletions

View File

@ -16,9 +16,7 @@ name: ci
jobs:
lint:
name: code lint
# Pin to `20.04` instead of `ubuntu-latest`, until ubuntu-latest migration is complete
# See also <https://github.com/foundry-rs/foundry/issues/3827>
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/checkout@v3