From c2564a6cd037ec796491dbadd68c8c6ec1018942 Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Wed, 7 Aug 2024 18:00:37 +0200 Subject: [PATCH] use older windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 16d0020..d7b335c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: needs: cpplint strategy: matrix: - os: [ ubuntu-22.04, windows-latest ] + os: [ ubuntu-22.04, windows-2019 ] steps: - uses: actions/checkout@v4 - name: Install conan