summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-21 22:37:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-21 22:37:13 (GMT)
commit4a28a43efbf1b84edcbad398fb36b8e5383d361c (patch)
tree0fe0894c9839cba5d6d70f59a6bfdc5d247e495e /.github
parentd7604070f38c8f5845e36c5893a451741a17912a (diff)
downloadtk-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.yml2
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