From 2ed728c18084cffff1a94414eec7b286e56e8b15 Mon Sep 17 00:00:00 2001 From: Matt Borgerson Date: Fri, 6 Dec 2024 12:59:18 -0700 Subject: [PATCH] ci: Update macOS runner to 15 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 247659961..af16c3851 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-22.04, windows-2022, macos-15] name: Build on ${{ matrix.os }} runs-on: ${{ matrix.os }}