From 7c44a4da2fe54ed54551b89aa0c0c48fc7c4d9a9 Mon Sep 17 00:00:00 2001 From: jadamcrain Date: Sun, 21 Dec 2025 12:03:15 -0800 Subject: [PATCH] bump cargo-audit and macos runners --- .github/workflows/ci.yml | 4 ++-- .github/workflows/security-audit.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f02bb7a7..8b5d79f9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -155,9 +155,9 @@ jobs: fail-fast: false matrix: include: - - runner: macos-14 + - runner: macos-15 target: aarch64-apple-darwin - - runner: macos-13 + - runner: macos-15-intel target: x86_64-apple-darwin runs-on: ${{ matrix.runner }} steps: diff --git a/.github/workflows/security-audit.yml b/.github/workflows/security-audit.yml index 62e91004..617626c9 100644 --- a/.github/workflows/security-audit.yml +++ b/.github/workflows/security-audit.yml @@ -34,7 +34,7 @@ jobs: uses: cargo-bins/cargo-binstall@main - name: Install cargo-audit binary (fast) - run: cargo binstall cargo-audit@0.20.0 --no-confirm + run: cargo binstall cargo-audit@0.22.0 --no-confirm - name: Run security audit id: audit