Skip to content

Commit 930148e

Browse files
committed
Disable windows-2019 and further bump Raku on Windows
Keep only the most reliable configurations.
1 parent c0c36ca commit 930148e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@ jobs:
1313
strategy:
1414
matrix:
1515
os:
16-
- windows-2019
1716
- windows-latest
1817
raku-version:
1918
- 'latest'
20-
- '2024.02'
19+
- '2025.06'
2120
runs-on: ${{ matrix.os }}
2221
steps:
2322
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)