diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 11:50:46 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-02-12 11:50:46 (GMT) |
commit | 72cbea158c57a14352475927c987183fd327867c (patch) | |
tree | fba0fa617b22596f52f0717c07d933aae2e3cc6b /.github | |
parent | 6f3d1fca00e9607d626afdd28dc3757f05f0c9bb (diff) | |
parent | fcdb9b937d46cb127318a77be883fb3f6844d643 (diff) | |
download | tcl-72cbea158c57a14352475927c987183fd327867c.zip tcl-72cbea158c57a14352475927c987183fd327867c.tar.gz tcl-72cbea158c57a14352475927c987183fd327867c.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/win-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 6c41ab9..287d0f5 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -4,7 +4,7 @@ env: ERROR_ON_FAILURES: 1 jobs: msvc: - runs-on: windows-latest + runs-on: windows-2022 defaults: run: shell: powershell @@ -42,7 +42,7 @@ jobs: throw "nmake exit code: $lastexitcode" } gcc: - runs-on: windows-latest + runs-on: windows-2022 defaults: run: shell: msys2 {0} |