summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-14 17:53:01 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2022-02-14 17:53:01 (GMT)
commite67e9e8530f03686180b8523847e1a933db359e0 (patch)
tree4381918c848aa7c0da09ce5d89a2d339ac275574 /.github
parent79389c01abf1f00ab5d29c677bd86acfe618bd7b (diff)
downloadtcl-e67e9e8530f03686180b8523847e1a933db359e0.zip
tcl-e67e9e8530f03686180b8523847e1a933db359e0.tar.gz
tcl-e67e9e8530f03686180b8523847e1a933db359e0.tar.bz2
Always produce windows binaries on windows-2019, even if windows-latest switches to windows-2022
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/onefiledist.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index b6b3614..8bd8ed2 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -100,7 +100,7 @@ jobs:
path: 1dist/*.dmg
win:
name: Windows
- runs-on: windows-latest
+ runs-on: windows-2019
defaults:
run:
shell: msys2 {0}