summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-30 21:46:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-11-30 21:46:16 (GMT)
commit6a5e34f9b7eb2e3f06dff38e3ae02dec6c6ece3f (patch)
tree52923e843904b8fcba2d679d1796b90d798ea056 /.github
parentdcb9d4c3309720439bdd85d44f94a4e9dc08a17f (diff)
downloadtcl-6a5e34f9b7eb2e3f06dff38e3ae02dec6c6ece3f.zip
tcl-6a5e34f9b7eb2e3f06dff38e3ae02dec6c6ece3f.tar.gz
tcl-6a5e34f9b7eb2e3f06dff38e3ae02dec6c6ece3f.tar.bz2
windows-2016 will no longer be supported by GitHub actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/win-build.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 637ca7e..8e9f2d5 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -2,7 +2,7 @@ name: Windows
on: [push]
jobs:
msvc:
- runs-on: windows-2016
+ runs-on: windows-2019
defaults:
run:
shell: powershell
@@ -41,7 +41,7 @@ jobs:
env:
ERROR_ON_FAILURES: 1
gcc:
- runs-on: windows-2016
+ runs-on: windows-2019
defaults:
run:
shell: bash