From 8bff77dad3e538a3283907c86acee705538292be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=A7=C2=B7=C2=B7=C2=B7=E1=97=A3=C2=B7=C2=B7=C2=B7?= =?UTF-8?q?=E1=97=A3?= <54386876+ColinRitman@users.noreply.github.com> Date: Sat, 4 Jan 2025 03:24:31 -0500 Subject: [PATCH] Update macOS12 --- .github/workflows/macOS.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index b50ad4f9..0486eadf 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -8,7 +8,7 @@ on: jobs: build-macos: name: macOS - runs-on: macos-11 + runs-on: macos-12 steps: - uses: actions/checkout@v2