diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-11 08:45:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-11 08:45:01 (GMT) |
commit | 21904bcbded8230b43352c5371dfc33013e736c6 (patch) | |
tree | 9ee5553147655b6471474d25e1ccfd5d570517f7 /.github/workflows | |
parent | 19c1bb0cf64575d065c510cd1ceefba34fc51eef (diff) | |
download | tcl-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/workflows')
-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 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 |