Skip to content

Commit

Permalink
Merge pull request #4631 from eval-exec/exec/ci/windows-2022
Browse files Browse the repository at this point in the history
CI: windows integration use windows-latest
  • Loading branch information
eval-exec committed Sep 2, 2024
2 parents 4919219 + 9d8e976 commit 6fa274e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_integration_tests_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ci_integration_tests_windows:
name: ci_integration_tests_windows
needs: prologue
runs-on: ${{ needs.prologue.outputs.windows_runner_label }}
runs-on: windows-latest
timeout-minutes: 140
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 6fa274e

Please sign in to comment.