We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998bcb1 commit 14ba3f5Copy full SHA for 14ba3f5
.github/workflows/main.yml
@@ -24,7 +24,7 @@ jobs:
24
image:
25
- macos-15
26
- ubuntu-24.04
27
- - windows-2022
+ - windows-2025
28
fail-fast: false
29
runs-on: ${{ matrix.image }}
30
env:
scripts/github-actions.fsx
@@ -16,7 +16,7 @@ let ubuntu = "ubuntu-24.04"
16
let images = [
17
"macos-15"
18
ubuntu
19
- "windows-2022"
+ "windows-2025"
20
]
21
22
let workflows = [
0 commit comments