We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16cfee3 + 96c990e commit 5d2c5d4Copy full SHA for 5d2c5d4
.github/workflows/ci.yaml
@@ -38,7 +38,7 @@ jobs:
38
name: Clippy on ${{ matrix.os }}
39
strategy:
40
matrix:
41
- os: [ubuntu-24.04, macos-14, windows-2022]
+ os: [ubuntu-24.04, macos-15, windows-2022]
42
runs-on: ${{ matrix.os }}
43
timeout-minutes: 10
44
steps:
@@ -56,7 +56,7 @@ jobs:
56
57
58
toolchain: [stable, nightly, 1.63.0]
59
60
include:
61
- toolchain: beta
62
os: ubuntu-24.04
@@ -120,7 +120,7 @@ jobs:
120
docker: true
121
122
- target: aarch64-apple-darwin
123
- os: macos-14
+ os: macos-15
124
- target: x86_64-pc-windows-gnu
125
os: windows-2022
126
env:
0 commit comments