From 93f03b0f5d7316714df9b289a49150ab7a63bfaf Mon Sep 17 00:00:00 2001 From: Martin Matuska Date: Thu, 17 Feb 2022 17:09:00 +0100 Subject: ci (GitHub Actions): build on Windows 2022 and use Visual Studio 17 2022 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a9684174..0b1565ae 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: path: libarchive-dist.tar Windows: - runs-on: windows-latest + runs-on: windows-2022 strategy: matrix: be: [mingw-gcc, msvc] -- cgit v1.2.1