From 36f9ff35cfdab728e70f703bfebfce979237006b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=20David=20M=C3=BCller?= Date: Tue, 19 Mar 2024 21:40:35 +0100 Subject: [PATCH] try different windows version --- .github/workflows/build-windows-executable-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows-executable-app.yaml b/.github/workflows/build-windows-executable-app.yaml index 669e894..f89dddc 100644 --- a/.github/workflows/build-windows-executable-app.yaml +++ b/.github/workflows/build-windows-executable-app.yaml @@ -7,7 +7,7 @@ on: jobs: build-openms: - runs-on: windows-latest + runs-on: windows-2022 env: OPENMS_VERSION: 3.0.0 @@ -39,7 +39,7 @@ jobs: - name: Setup build tools shell: bash run: | - choco install ccache ninja cmake xerces-c + choco install ccache ninja cmake ## GH CLI "SHOULD BE" installed. Sometimes I had to manually install nonetheless. Super weird. # https://github.com/actions/runner-images/blob/main/images/win/scripts/Installers/Install-GitHub-CLI.ps1 echo "C:/Program Files (x86)/GitHub CLI" >> $GITHUB_PATH