Skip to content

Commit ef21b2e

Browse files
committed
Try MSRV workflow on newer runner OS versions
1 parent 9d7da54 commit ef21b2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/msrv.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
strategy:
2020
matrix:
2121
os:
22-
- windows-2019
23-
- ubuntu-latest
22+
- windows-2022
23+
- ubuntu-24.04
2424
runs-on: ${{ matrix.os }}
2525
env:
2626
# dictated by `firefox` to support the `helix` editor, but now probably effectively be controlled by `jiff`, which also aligns with `regex`.

0 commit comments

Comments
 (0)