Skip to content
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 @@ -50,7 +50,7 @@ jobs:
path: openms-streamlit-vue-component/dist

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

steps:
- name: Checkout
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
path: ${{ github.workspace }}/OpenMS/bld/*.zip

build-executable:
runs-on: windows-latest
runs-on: windows-2022
needs: [build-openms, build-vue-js-component]

steps:
Expand Down