Skip to content

Commit ff59fe7

Browse files
authored
ci: update test OS targets (#87)
* ci: update test OS targets * simplify comments
1 parent 49f4f1d commit ff59fe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@ jobs:
4242
version:
4343
- '7.5.0'
4444
- '7.4.0'
45-
# And test all built-in PowerShell/Windows Powershell versions on latest CI runner images
45+
# Test builtin `pwsh` version on all `*-latest` os images and Windows Powershell on Windows 2022 and 2025.
4646
include:
4747
- os: ubuntu
4848
shell: pwsh
4949
- os: macos
5050
shell: pwsh
5151
- os: windows
5252
shell: pwsh
53-
- os: windows-2019
53+
- os: windows-2022
5454
shell: powershell
55-
- os: windows-2022 # same as windows-latest as of 02/2024
55+
- os: windows-2025
5656
shell: powershell
5757

5858
defaults:

0 commit comments

Comments
 (0)