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.
1 parent 14c8f09 commit 50faaa2Copy full SHA for 50faaa2
.github/workflows/ci.yaml
@@ -34,7 +34,7 @@ jobs:
34
name: Clippy on ${{ matrix.os }}
35
strategy:
36
matrix:
37
- os: [ubuntu-24.04, macos-14, windows-2022]
+ os: [ubuntu-24.04, macos-15, windows-2022]
38
runs-on: ${{ matrix.os }}
39
timeout-minutes: 10
40
steps:
@@ -52,7 +52,7 @@ jobs:
52
53
54
toolchain: [stable, nightly, 1.63.0]
55
56
include:
57
- toolchain: beta
58
os: ubuntu-24.04
@@ -111,7 +111,7 @@ jobs:
111
docker: true
112
113
- target: aarch64-apple-darwin
114
- os: macos-14
+ os: macos-15
115
- target: x86_64-pc-windows-gnu
116
os: windows-2022
117
env:
0 commit comments