Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Aug 30, 2023
1 parent 3ba8c31 commit 302dfbc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ jobs:

generate-windows-launcher:
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
native-windows-tests-1:
needs: generate-windows-launcher
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -427,7 +427,7 @@ jobs:
native-windows-tests-2:
needs: generate-windows-launcher
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down Expand Up @@ -459,7 +459,7 @@ jobs:
native-windows-tests-3:
needs: generate-windows-launcher
timeout-minutes: 120
runs-on: "windows-latest"
runs-on: "windows-2019"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 302dfbc

Please sign in to comment.