From 19f63d72810c511203833601d26d8eaeffb3516c Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Mon, 4 Nov 2024 13:16:15 -0700 Subject: [PATCH] Upgrade macos CI to macos 15 (#524) --- .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 4cea1894..bb798eb9 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -7,7 +7,7 @@ on: jobs: macos: name: Test macOS - runs-on: macos-12 + runs-on: macos-15 steps: - uses: actions/checkout@v3 with: