diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-21 22:37:13 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-21 22:37:13 (GMT) |
commit | 4a28a43efbf1b84edcbad398fb36b8e5383d361c (patch) | |
tree | 0fe0894c9839cba5d6d70f59a6bfdc5d247e495e /.github | |
parent | d7604070f38c8f5845e36c5893a451741a17912a (diff) | |
download | tk-4a28a43efbf1b84edcbad398fb36b8e5383d361c.zip tk-4a28a43efbf1b84edcbad398fb36b8e5383d361c.tar.gz tk-4a28a43efbf1b84edcbad398fb36b8e5383d361c.tar.bz2 |
ubuntu-18.04 is deprecated
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/onefiledist.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml index 3e3ced4..e3f9404 100644 --- a/.github/workflows/onefiledist.yml +++ b/.github/workflows/onefiledist.yml @@ -5,7 +5,7 @@ permissions: jobs: linux: name: Linux - runs-on: ubuntu-18.04 + runs-on: ubuntu-20.04 defaults: run: shell: bash |