Skip to content

Commit cd3b29f

Browse files
authored
Update OS versions in ripunzip workflow
1 parent 63a2088 commit cd3b29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ripunzip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-22.04, macos-15, windows-2022]
23+
os: [ubuntu-24.04, macos-15, windows-2025]
2424
runs-on: ${{ matrix.os }}
2525
steps:
2626
- uses: actions/checkout@v5

0 commit comments

Comments
 (0)