From 2b1abff130b371b849ec25960d56e31ce27330d4 Mon Sep 17 00:00:00 2001 From: dwelch-spike <53876192+dwelch-spike@users.noreply.github.com> Date: Wed, 17 Jul 2024 10:46:57 -0700 Subject: [PATCH] bump macos-11 runners to macos-12 --- .github/workflows/mac-artifact.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-artifact.yml b/.github/workflows/mac-artifact.yml index 0245bd7..1e33fa7 100644 --- a/.github/workflows/mac-artifact.yml +++ b/.github/workflows/mac-artifact.yml @@ -16,7 +16,7 @@ jobs: build: strategy: matrix: - os: [macos-11, macos-14] + os: [macos-12, macos-14] runs-on: ${{ matrix.os }} steps: - name: Get checkout directory