Skip to content

Commit

Permalink
win 2019 runners@
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jun 10, 2024
1 parent 48aa85f commit 939cc30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cmake $GITHUB_WORKSPACE -DALL_TESTS=ON

fast_build_release_all_tests:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
run: cmake --install .

windows_release_fb_off:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -211,7 +211,7 @@ jobs:
run: ctest --parallel --timeout 300 --output-on-failure -C Debug

windows_release64:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:
run: ctest --timeout 300 --output-on-failure -C Release

windows_release64_all_tests:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -280,7 +280,7 @@ jobs:


windows_release64_fb_off:
runs-on: windows-latest
runs-on: windows-2019

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 939cc30

Please sign in to comment.