summaryrefslogtreecommitdiffstats
path: root/.github/workflows/win-build.yml
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-25 08:15:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-11-25 08:15:16 (GMT)
commitf33056b162c2a62e8094b431bddb877526816e23 (patch)
tree7635ed3e9ea7e16cce1edf1c4dbdb02467dac05b /.github/workflows/win-build.yml
parent467e0d60b255f9e2081d7821b3b728032e5f4f70 (diff)
downloadtcl-f33056b162c2a62e8094b431bddb877526816e23.zip
tcl-f33056b162c2a62e8094b431bddb877526816e23.tar.gz
tcl-f33056b162c2a62e8094b431bddb877526816e23.tar.bz2
Slightly friendlier "jobs" labels. Fix exact OS (Linux/Mac/Windows) we want to build on, not just "latest"
Diffstat (limited to '.github/workflows/win-build.yml')
-rw-r--r--.github/workflows/win-build.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 6232788..7e9c416 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -1,8 +1,8 @@
name: Windows
on: [push]
jobs:
- MSVC:
- runs-on: windows-latest
+ msvc:
+ runs-on: windows-2016
defaults:
run:
shell: powershell
@@ -33,8 +33,8 @@ jobs:
}
env:
ERROR_ON_FAILURES: 1
- MSYS-gcc:
- runs-on: windows-latest
+ gcc:
+ runs-on: windows-2016
defaults:
run:
shell: bash