We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 553bc17 commit ad4ebd1Copy full SHA for ad4ebd1
.github/workflows/ci.yml
@@ -155,9 +155,9 @@ jobs:
155
fail-fast: false
156
matrix:
157
include:
158
- - runner: macos-14
+ - runner: macos-15
159
target: aarch64-apple-darwin
160
- - runner: macos-13
+ - runner: macos-15-intel
161
target: x86_64-apple-darwin
162
runs-on: ${{ matrix.runner }}
163
steps:
.github/workflows/security-audit.yml
@@ -34,7 +34,7 @@ jobs:
34
uses: cargo-bins/cargo-binstall@main
35
36
- name: Install cargo-audit binary (fast)
37
- run: cargo binstall cargo-audit@0.20.0 --no-confirm
+ run: cargo binstall cargo-audit@0.22.0 --no-confirm
38
39
- name: Run security audit
40
id: audit
0 commit comments