summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-21 22:34:42 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-08-21 22:34:42 (GMT)
commit267ce5dd65e1d36a209381dc9077ddaa94b6e8e3 (patch)
tree686115f32faf815984a4beae0f4aba9250a33954 /.github
parent916d72ec1ce61ebd585a78c6a9565f5c49bb8d24 (diff)
downloadtcl-267ce5dd65e1d36a209381dc9077ddaa94b6e8e3.zip
tcl-267ce5dd65e1d36a209381dc9077ddaa94b6e8e3.tar.gz
tcl-267ce5dd65e1d36a209381dc9077ddaa94b6e8e3.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 c4212d4..45ce720 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