summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMartin Matuska <martin@matuska.org>2022-02-17 17:09:00 +0100
committerMartin Matuska <martin@matuska.org>2022-02-17 17:10:51 +0100
commit93f03b0f5d7316714df9b289a49150ab7a63bfaf (patch)
tree8ed59e6c651840600d2c94e04a6a8142979b680a /.github
parent52efa50c69653029687bfc545703b7340b7a51e2 (diff)
downloadlibarchive-93f03b0f5d7316714df9b289a49150ab7a63bfaf.tar.gz
ci (GitHub Actions): build on Windows 2022 and use Visual Studio 17 2022
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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]