Skip to content

Commit 29a2fc8

Browse files
author
jan.nijtmans
committed
Update to windows-2025
1 parent 7f5a04e commit 29a2fc8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/msys2-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
msys2:
8-
runs-on: windows-latest
8+
runs-on: windows-2025
99

1010
defaults:
1111
run:

.github/workflows/onefiledist.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
linux:
1313
name: Linux
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
defaults:
1616
run:
1717
shell: bash
@@ -124,7 +124,7 @@ jobs:
124124
url: ${{ steps.upload.outputs.artifact-url }}
125125
win:
126126
name: Windows
127-
runs-on: windows-2019
127+
runs-on: windows-2025
128128
defaults:
129129
run:
130130
shell: msys2 {0}

0 commit comments

Comments
 (0)