From 7268098e83fd3fc571dd96441ce7a702c8fd8e76 Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Tue, 3 Dec 2024 18:11:19 -0800 Subject: [PATCH] CI: Update mac os runner versions (#949) --- .github/workflows/test-macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-macos.yml b/.github/workflows/test-macos.yml index 2f6124854..683e24d3a 100644 --- a/.github/workflows/test-macos.yml +++ b/.github/workflows/test-macos.yml @@ -13,7 +13,7 @@ jobs: strategy: matrix: - os: [macos-12, macos-13, macos-latest] + os: [macos-13, macos-15, macos-latest] build_type: ["Debug", "Release"] steps: