From d0aa611435131081c93a2bb7f11a80a87356baba Mon Sep 17 00:00:00 2001 From: Noah Snelson Date: Mon, 30 Dec 2024 17:39:49 -0800 Subject: [PATCH] Use `macos-15` in GitHub CI --- .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 2ffe8df..f41e942 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, macos-latest, windows-latest] + os: [ubuntu-latest, macos-15, windows-latest] configuration: [Release] include: - os: ubuntu-latest