Skip to content

Commit

Permalink
ci(windows): upgrade to windows 2025 (#21804)
Browse files Browse the repository at this point in the history
  • Loading branch information
hongbo-miao authored Dec 21, 2024
1 parent 5a12405 commit 2519227
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/.lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ jobs:
name: C# (national-instruments-veristand-zeromq-bridge)
needs: detect-changes
if: ${{ needs.detect-changes.outputs.national-instruments-veristand-zeromq-bridge == 'true' }}
runs-on: windows-2022
runs-on: windows-2025
environment: test
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -877,7 +877,7 @@ jobs:
name: Rust (zeromq-iads-bridge)
needs: detect-changes
if: ${{ needs.detect-changes.outputs.iads-zeromq-iads-bridge == 'true' }}
runs-on: windows-2022
runs-on: windows-2025
environment: test
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -1150,7 +1150,7 @@ jobs:
name: Rust (windows-calculator)
needs: detect-changes
if: ${{ needs.detect-changes.outputs.windows-calculator == 'true' }}
runs-on: windows-2022
runs-on: windows-2025
environment: test
timeout-minutes: 10
steps:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3269,7 +3269,7 @@ jobs:
name: IADS (iads-config-reader) | Test
needs: detect-changes
if: ${{ needs.detect-changes.outputs.iads-iads-config-reader == 'true' }}
runs-on: windows-2022
runs-on: windows-2025
environment: test
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -3302,7 +3302,7 @@ jobs:
name: IADS (iads-data-reader) | Test
needs: detect-changes
if: ${{ needs.detect-changes.outputs.iads-iads-data-reader == 'true' }}
runs-on: windows-2022
runs-on: windows-2025
environment: test
timeout-minutes: 10
steps:
Expand Down Expand Up @@ -3356,7 +3356,7 @@ jobs:
name: IADS (zeromq-iads-bridge) | Test
needs: detect-changes
if: ${{ needs.detect-changes.outputs.iads-zeromq-iads-bridge == 'true' }}
runs-on: windows-2022
runs-on: windows-2025
environment: test
timeout-minutes: 10
steps:
Expand All @@ -3383,7 +3383,7 @@ jobs:
name: Windows (calculator) | Test
needs: detect-changes
if: ${{ needs.detect-changes.outputs.windows-calculator == 'true' }}
runs-on: windows-2022
runs-on: windows-2025
environment: test
timeout-minutes: 10
steps:
Expand Down

0 comments on commit 2519227

Please sign in to comment.