From 71df8fa2cbd29bb346361fdead75fb13b04be423 Mon Sep 17 00:00:00 2001 From: Kevin Phoenix Date: Mon, 4 Nov 2024 12:58:14 -0700 Subject: [PATCH] Upgrade macos CI to macos 15 --- .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 e3a7a4b3..a2afb9dd 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: