Skip to content

Commit b360233

Browse files
committed
ci: update CI runner targets
1 parent 1f4ff9f commit b360233

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/rust-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ jobs:
3636
strategy:
3737
matrix:
3838
include:
39-
- os: ubuntu-22.04
39+
- os: ubuntu-24.04
4040
target: x86_64-unknown-linux-gnu
41-
- os: windows-2022
41+
- os: windows-2025
4242
target: x86_64-pc-windows-msvc
43-
- os: macOS-14
43+
- os: macOS-15
4444
target: aarch64-apple-darwin
4545
runs-on: ${{ matrix.os }}
4646
steps:

0 commit comments

Comments
 (0)