From 24072432f980131c3ab14bd85698da0b627b4966 Mon Sep 17 00:00:00 2001 From: Jacob Vallejo Date: Tue, 20 Jan 2026 14:01:11 -0800 Subject: [PATCH] feat: use macos-14 as the oldest macos image now Note that Homebrew also now requires Casks to use codesigning and will otherwise report the package as deprecated for unsigned condition. Checks after this change will still report an issue there - we'll have to address this separately. --- .github/workflows/tap-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tap-tests.yml b/.github/workflows/tap-tests.yml index 4d41e19..0f434f1 100644 --- a/.github/workflows/tap-tests.yml +++ b/.github/workflows/tap-tests.yml @@ -72,7 +72,7 @@ jobs: strategy: fail-fast: false matrix: - macos: [macos-latest, macos-13] + macos: [macos-latest, macos-14] runs-on: ${{ matrix.macos }} steps: - name: Set up Homebrew