diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-22 07:29:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-22 07:29:21 (GMT) |
commit | 1baffa9080094e6b95d3ece1f49479ae26c78bec (patch) | |
tree | 50f99efe7e6ef7e47892f67a4937df7aa9d02719 /.github | |
parent | e45303142daf39e0a1d4f7e0056c02fcbb3fff5f (diff) | |
download | tcl-1baffa9080094e6b95d3ece1f49479ae26c78bec.zip tcl-1baffa9080094e6b95d3ece1f49479ae26c78bec.tar.gz tcl-1baffa9080094e6b95d3ece1f49479ae26c78bec.tar.bz2 |
Do github actions builds on Ubuntu 22.04 (was: 20.04)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index d5b9c78..01fcdfd 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -4,7 +4,7 @@ permissions: contents: read jobs: gcc: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: cfgopt: |