summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-13 17:31:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-11-13 17:31:41 (GMT)
commit7adda967ce001c943c78d4173b6320fdb8713573 (patch)
treefb17640d23f13249b830054feb9ad3ce2f9518bd /.github
parentf2f0de604be6423d40f3b906a2030248f8f1f8a5 (diff)
downloadtk-7adda967ce001c943c78d4173b6320fdb8713573.zip
tk-7adda967ce001c943c78d4173b6320fdb8713573.tar.gz
tk-7adda967ce001c943c78d4173b6320fdb8713573.tar.bz2
3 more failsOnUbuntuNoXft marks. Run tests on ubuntu-22.04
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/linux-build.yml2
-rw-r--r--.github/workflows/linux-with-tcl8-build.yml2
-rw-r--r--.github/workflows/linux-with-tcl9-build.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index 801f901..fcd7cb6 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -105,7 +105,7 @@ jobs:
name: Tk ${{ env.VERSION }} HTML documentation (snapshot)
path: /tmp/dist/tk*/html
test:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
strategy:
matrix:
compiler:
diff --git a/.github/workflows/linux-with-tcl8-build.yml b/.github/workflows/linux-with-tcl8-build.yml
index c8adba5..19b99ea 100644
--- a/.github/workflows/linux-with-tcl8-build.yml
+++ b/.github/workflows/linux-with-tcl8-build.yml
@@ -118,7 +118,7 @@ jobs:
name: Tk ${{ env.VERSION }} HTML documentation (snapshot)
path: /tmp/dist/tk*/html
test:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
strategy:
matrix:
compiler:
diff --git a/.github/workflows/linux-with-tcl9-build.yml b/.github/workflows/linux-with-tcl9-build.yml
index 61f2bb3..3dc08eb 100644
--- a/.github/workflows/linux-with-tcl9-build.yml
+++ b/.github/workflows/linux-with-tcl9-build.yml
@@ -104,7 +104,7 @@ jobs:
cd /tmp/dist
echo "VERSION=`ls -d tk* | sed 's/tk//'`" >> $GITHUB_ENV
test:
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
strategy:
matrix:
compiler: