diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-22 07:22:29 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-22 07:22:29 (GMT) |
commit | 25934485e8192cdf5832602923131de652588ffb (patch) | |
tree | 0f8b7f8a8aebe711271ce86268cdc8b3e306b6a6 | |
parent | 9e8528863dde14a2236d2cc2b012254a77418753 (diff) | |
download | tcl-25934485e8192cdf5832602923131de652588ffb.zip tcl-25934485e8192cdf5832602923131de652588ffb.tar.gz tcl-25934485e8192cdf5832602923131de652588ffb.tar.bz2 |
ubuntu-18.04 is deprecated
-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 0bbfbd2..d619507 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-18.04 + runs-on: ubuntu-20.04 strategy: matrix: cfgopt: |