Skip to content

Commit 14ba3f5

Browse files
Update dependency windows to v2025 (#190)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 998bcb1 commit 14ba3f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
image:
2525
- macos-15
2626
- ubuntu-24.04
27-
- windows-2022
27+
- windows-2025
2828
fail-fast: false
2929
runs-on: ${{ matrix.image }}
3030
env:

scripts/github-actions.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ let ubuntu = "ubuntu-24.04"
1616
let images = [
1717
"macos-15"
1818
ubuntu
19-
"windows-2022"
19+
"windows-2025"
2020
]
2121

2222
let workflows = [

0 commit comments

Comments
 (0)