|
38 | 38 | name: Clippy on ${{ matrix.os }}
|
39 | 39 | strategy:
|
40 | 40 | matrix:
|
41 |
| - os: [ubuntu-24.04, macos-15, windows-2022] |
| 41 | + os: [ubuntu-24.04, macos-15, windows-2025] |
42 | 42 | runs-on: ${{ matrix.os }}
|
43 | 43 | timeout-minutes: 10
|
44 | 44 | steps:
|
|
56 | 56 | strategy:
|
57 | 57 | matrix:
|
58 | 58 | toolchain: [stable, nightly, 1.63.0]
|
59 |
| - os: [ubuntu-24.04, macos-15, windows-2022] |
| 59 | + os: [ubuntu-24.04, macos-15, windows-2025] |
60 | 60 | include:
|
61 | 61 | - toolchain: beta
|
62 | 62 | os: ubuntu-24.04
|
|
89 | 89 | # Remove `-Dwarnings` at the MSRV since lints may be different
|
90 | 90 | export RUSTFLAGS=""
|
91 | 91 | # Remove `ctest-next` which uses the 2024 edition
|
92 |
| - perl -i -ne 'print unless /"ctest-(next|test)",/' Cargo.toml |
| 92 | + perl -i -ne 'print unless /"ctest-next",/' Cargo.toml |
93 | 93 | fi
|
94 | 94 |
|
95 | 95 | ./ci/verify-build.sh
|
@@ -122,19 +122,19 @@ jobs:
|
122 | 122 | - target: aarch64-apple-darwin
|
123 | 123 | os: macos-15
|
124 | 124 | - target: x86_64-pc-windows-gnu
|
125 |
| - os: windows-2022 |
| 125 | + os: windows-2025 |
126 | 126 | env:
|
127 | 127 | ARCH_BITS: 64
|
128 | 128 | ARCH: x86_64
|
129 | 129 | - target: x86_64-pc-windows-msvc
|
130 |
| - os: windows-2022 |
| 130 | + os: windows-2025 |
131 | 131 | # FIXME: It currently causes segfaults.
|
132 | 132 | #- target: i686-pc-windows-gnu
|
133 | 133 | # env:
|
134 | 134 | # ARCH_BITS: 32
|
135 | 135 | # ARCH: i686
|
136 | 136 | - target: i686-pc-windows-msvc
|
137 |
| - os: windows-2022 |
| 137 | + os: windows-2025 |
138 | 138 | runs-on: ${{ matrix.os }}
|
139 | 139 | timeout-minutes: 25
|
140 | 140 | env:
|
@@ -320,7 +320,7 @@ jobs:
|
320 | 320 | - name: Install Rust
|
321 | 321 | run: rustup update "$MSRV" --no-self-update && rustup default "$MSRV"
|
322 | 322 | - name: Remove edition 2024 crates
|
323 |
| - run: perl -i -ne 'print unless /"ctest-(next|test)",/' Cargo.toml |
| 323 | + run: perl -i -ne 'print unless /"ctest-next",/' Cargo.toml |
324 | 324 | - uses: Swatinem/rust-cache@v2
|
325 | 325 | - run: cargo build -p ctest
|
326 | 326 |
|
|
0 commit comments