diff options
| author | Stephan Seitz <stephan.seitz@fau.de> | 2021-03-07 17:53:10 +0100 |
|---|---|---|
| committer | Kiyan <yazdani.kiyan@protonmail.com> | 2021-03-16 18:52:43 +0100 |
| commit | 4395783990e0533087a6833b7f4e79009265f87a (patch) | |
| tree | c07ec7ed92ac5ed4f80ab8abb1a084b51c5285bc /.github/workflows | |
| parent | 626d1b9192032ee8355790d5eba5f96e2c94e793 (diff) | |
Update ubuntu-20
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/check_query_files.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_query_files.yml b/.github/workflows/check_query_files.yml index b8de89de..468ec81d 100644 --- a/.github/workflows/check_query_files.yml +++ b/.github/workflows/check_query_files.yml @@ -5,7 +5,7 @@ on: [push, pull_request] jobs: luacheck: name: Check Query Files - runs-on: ubuntu-latest + runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v1 |
