diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-14 17:53:01 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-14 17:53:01 (GMT) |
commit | e67e9e8530f03686180b8523847e1a933db359e0 (patch) | |
tree | 4381918c848aa7c0da09ce5d89a2d339ac275574 /.github | |
parent | 79389c01abf1f00ab5d29c677bd86acfe618bd7b (diff) | |
download | tcl-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.yml | 2 |
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} |