| commit | 85eee9195fe6d03a1a8c0999b775aa3007c11a67 | [log] [tgz] |
|---|---|---|
| author | Mariusz Glebocki <mglebocki@antmicro.com> | Wed Nov 23 14:17:21 2022 +0100 |
| committer | GitHub <noreply@github.com> | Wed Nov 23 14:17:21 2022 +0100 |
| tree | 92a1d5bdbd5ad42a5686258a877baa63ecd5416d | |
| parent | b437aa43f74b31bdc9f82bb4c6854f9d532120ec [diff] | |
| parent | 9e9daf81c4698aeb0f6fe49d36319299b15afdea [diff] |
Merge pull request #406 from antmicro/mglb/FixCI CI: Explicitly use ubuntu-20.04
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a98124e..4ab1814 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs: Run-tests: - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: