Skip to content

Commit a7f1162

Browse files
authored
chore: switched to windows 2025 runner (#584)
1 parent 3fd94b4 commit a7f1162

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
strategy:
7474
matrix:
7575
go: [ '1.24' ]
76-
os: [ windows-2022 ]
76+
os: [ windows-2025 ]
7777
name: Run unit and integration tests in ${{matrix.os}} with go ${{matrix.go}}
7878
runs-on: ${{matrix.os}}
7979
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
strategy:
7171
matrix:
7272
go: [ '1.24' ]
73-
os: [ windows-2019 ]
73+
os: [ windows-2025 ]
7474
name: Run unit and integration tests in ${{matrix.os}} with go ${{matrix.go}}
7575
runs-on: ${{matrix.os}}
7676
steps:

0 commit comments

Comments
 (0)