We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a25e786 commit 971b192Copy full SHA for 971b192
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
runs-on: ${{ matrix.os }}
28
strategy:
29
matrix:
30
- os: [macos-12, macos-13, ubuntu-20.04, ubuntu-22.04]
+ os: [macos-12, macos-13, macos-14, ubuntu-20.04, ubuntu-22.04]
31
name: cargo clippy + test
32
steps:
33
- uses: actions/checkout@v4
0 commit comments