From 80362e92187ff3eeb25c2f846970858ccc93af75 Mon Sep 17 00:00:00 2001 From: Joey Yakimowich-Payne Date: Thu, 31 Oct 2024 11:18:13 -0600 Subject: [PATCH] Update macos ver --- .github/workflows/default.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index d6d9f0b..d9d3b37 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -226,7 +226,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [macos-11, macos-12] + os: [macos-14] steps: - name: Checkout uses: actions/checkout@v4