summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-11 08:45:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-06-11 08:45:01 (GMT)
commit21904bcbded8230b43352c5371dfc33013e736c6 (patch)
tree9ee5553147655b6471474d25e1ccfd5d570517f7 /.github
parent19c1bb0cf64575d065c510cd1ceefba34fc51eef (diff)
downloadtcl-21904bcbded8230b43352c5371dfc33013e736c6.zip
tcl-21904bcbded8230b43352c5371dfc33013e736c6.tar.gz
tcl-21904bcbded8230b43352c5371dfc33013e736c6.tar.bz2
Ubuntu 16 is [https://github.com/actions/virtual-environments/issues/3287|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 f2f6c1e..b5caa4e 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -3,7 +3,7 @@ on: [push]
jobs:
linux:
name: Linux
- runs-on: ubuntu-16.04
+ runs-on: ubuntu-18.04
defaults:
run:
shell: bash