diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-11 09:57:27 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-06-11 09:57:27 (GMT) |
commit | 241141d2f48451f1c4f61b99ee8296c04fcfc6f9 (patch) | |
tree | d8c21ebedb1198519cfc52f19573abaa7525a988 /.github/workflows | |
parent | 68c2e447c7bef4a66eff8c8f2f996e40bd7bd43f (diff) | |
parent | 21904bcbded8230b43352c5371dfc33013e736c6 (diff) | |
download | tcl-241141d2f48451f1c4f61b99ee8296c04fcfc6f9.zip tcl-241141d2f48451f1c4f61b99ee8296c04fcfc6f9.tar.gz tcl-241141d2f48451f1c4f61b99ee8296c04fcfc6f9.tar.bz2 |
Merge 8.7
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 |