summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-20 16:07:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-20 16:07:10 (GMT)
commit178e558637579b4055c7c22f05069d654f09ab2f (patch)
tree9591e3f1d22415a10b923405707919363abd8c37
parent59e8254d87e875d999e5b6ed667f418abdb94169 (diff)
downloadtk-178e558637579b4055c7c22f05069d654f09ab2f.zip
tk-178e558637579b4055c7c22f05069d654f09ab2f.tar.gz
tk-178e558637579b4055c7c22f05069d654f09ab2f.tar.bz2
Use shorter workflow "name". Use ubuntu-20.04 because ubuntu-latest will soon (any day now) be ubuntu-20.04
-rw-r--r--.github/workflows/linux-build.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/linux-build.yml b/.github/workflows/linux-build.yml
index fc16e31..901105e 100644
--- a/.github/workflows/linux-build.yml
+++ b/.github/workflows/linux-build.yml
@@ -1,4 +1,4 @@
-name: Linux Build and Test
+name: Linux
on: [push]
defaults:
run:
@@ -8,7 +8,7 @@ env:
ERROR_ON_FAILURES: 1
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
matrix:
compiler:
@@ -105,7 +105,7 @@ jobs:
name: Tk ${{ env.VERSION }} HTML documentation (unofficial)
path: /tmp/dist/tk*/html
test:
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
strategy:
matrix:
compiler: