From 6b22a0fc0399e6c453c805768ac91e823ab040e4 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Wed, 23 Oct 2024 14:32:20 -0400 Subject: [PATCH] ci: Update macos version used for release builds macos-12 is leaving support soon; macos-15 is currently the latest version. See https://github.com/actions/runner-images/issues/10721 --- .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 d58a5075..9e0a23ed 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-22.04, windows-2022, macos-12] + os: [ubuntu-22.04, windows-2022, macos-15] steps: - uses: actions/checkout@v4 -- 2.47.2