From 574a277a9f1328e232092258644bf5ab144a1621 Mon Sep 17 00:00:00 2001 From: mborgerson Date: Fri, 6 Dec 2024 13:03:19 -0700 Subject: [PATCH] ci: Update macOS runner to 15 (#71) --- .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 }}