diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-22 20:36:19 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-08-22 20:36:19 (GMT) |
commit | 0571625f50023bf80285c868d1aa7f9fe779194e (patch) | |
tree | e05b1548f0cfcbb24b39f2061c75b7418c7e1f7f /.github | |
parent | a38bdf6f15e65290f9e8e71a5a79f5664cc8266f (diff) | |
parent | f87aa831d271c90a541738475249e10af77537e9 (diff) | |
download | tk-0571625f50023bf80285c868d1aa7f9fe779194e.zip tk-0571625f50023bf80285c868d1aa7f9fe779194e.tar.gz tk-0571625f50023bf80285c868d1aa7f9fe779194e.tar.bz2 |
Github action: ubuntu-20.04 -> ubuntu-22.04
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/linux-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml index 280d0bf..f22e6b5 100644 --- a/.github/workflows/linux-build.yml +++ b/.github/workflows/linux-build.yml @@ -10,7 +10,7 @@ env: ERROR_ON_FAILURES: 1 jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 strategy: matrix: compiler: @@ -106,7 +106,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: |