Skip to content

Commit ad4ebd1

Browse files
authored
bump cargo-audit and macos runners (#409)
1 parent 553bc17 commit ad4ebd1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ jobs:
155155
fail-fast: false
156156
matrix:
157157
include:
158-
- runner: macos-14
158+
- runner: macos-15
159159
target: aarch64-apple-darwin
160-
- runner: macos-13
160+
- runner: macos-15-intel
161161
target: x86_64-apple-darwin
162162
runs-on: ${{ matrix.runner }}
163163
steps:

.github/workflows/security-audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
uses: cargo-bins/cargo-binstall@main
3535

3636
- name: Install cargo-audit binary (fast)
37-
run: cargo binstall cargo-audit@0.20.0 --no-confirm
37+
run: cargo binstall cargo-audit@0.22.0 --no-confirm
3838

3939
- name: Run security audit
4040
id: audit

0 commit comments

Comments
 (0)