From 63f7e220c0ee7bb6be7a7fee5c1a691a1ea3dad9 Mon Sep 17 00:00:00 2001 From: Luke Parker Date: Sun, 5 Oct 2025 10:59:40 -0400 Subject: [PATCH] Update macOS labels in CI due to deprecation of macos-13 --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c9161e9..3a0cb72e 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,7 +11,7 @@ jobs: clippy: strategy: matrix: - os: [ubuntu-latest, macos-13, macos-14, windows-latest] + os: [ubuntu-latest, macos-15-intel, macos-latest, windows-latest] runs-on: ${{ matrix.os }} steps: