diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-23 09:17:06 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-23 09:17:06 (GMT) |
commit | cb4bfd0e39c2acd7b0d8bb50bd11cee9fdac546b (patch) | |
tree | 6a3beaa6eaa4b94824d96705ff9f7d20a4831145 /.github | |
parent | 0571625f50023bf80285c868d1aa7f9fe779194e (diff) | |
parent | 7c392d370236cc1fcd75e90b43ba8506fec7a7de (diff) | |
download | tk-cb4bfd0e39c2acd7b0d8bb50bd11cee9fdac546b.zip tk-cb4bfd0e39c2acd7b0d8bb50bd11cee9fdac546b.tar.gz tk-cb4bfd0e39c2acd7b0d8bb50bd11cee9fdac546b.tar.bz2 |
Run Tk testcases on ubuntu-20.04 for now (some are failing on ubuntu-22.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 f22e6b5..5559798 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -106,7 +106,7 @@ jobs: name: Tk ${{ env.VERSION }} HTML documentation (snapshot) path: /tmp/dist/tk*/html test: - runs-on: ubuntu-22.04 + runs-on: ubuntu-20.04 strategy: matrix: compiler: |