Skip to content

Commit

Permalink
CI: move to windows-2025
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 19, 2024
1 parent 0431c0d commit 92b0e89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generate-srcinfo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
update-srcinfo-win:
runs-on: windows-2022
runs-on: windows-2025
if: ${{ github.repository == 'msys2/MSYS2-packages' || github.event_name == 'workflow_dispatch' }}

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
include: [
{ msystem: MSYS, runner: windows-2022 },
{ msystem: MSYS, runner: windows-2025 },
]
name: ${{ matrix.msystem }}
runs-on: ${{ matrix.runner }}
Expand Down

0 comments on commit 92b0e89

Please sign in to comment.