Skip to content

Commit

Permalink
try different windows version
Browse files Browse the repository at this point in the history
  • Loading branch information
t0mdavid-m committed Mar 19, 2024
1 parent 6f2a8a5 commit 36f9ff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-windows-executable-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-openms:
runs-on: windows-latest
runs-on: windows-2022

env:
OPENMS_VERSION: 3.0.0
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 36f9ff3

Please sign in to comment.