From e04f543da4279c69bf1620540da3474077abf53c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20M=C3=BCller?= Date: Mon, 2 May 2022 15:27:19 +0200 Subject: [PATCH] Fix Windows CI --- .github/workflows/feature_ci.yml | 2 +- .github/workflows/main_ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/feature_ci.yml b/.github/workflows/feature_ci.yml index 76a0079..e6f5a5e 100644 --- a/.github/workflows/feature_ci.yml +++ b/.github/workflows/feature_ci.yml @@ -64,7 +64,7 @@ jobs: run: ctest --output-on-failure windows: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v2 diff --git a/.github/workflows/main_ci.yml b/.github/workflows/main_ci.yml index 3206030..3144191 100644 --- a/.github/workflows/main_ci.yml +++ b/.github/workflows/main_ci.yml @@ -78,7 +78,7 @@ jobs: run: ctest --output-on-failure windows: - runs-on: windows-latest + runs-on: windows-2019 steps: - uses: actions/checkout@v2