From d77383f8ab4d535fd84f4692453c3ccb4079b54f Mon Sep 17 00:00:00 2001 From: Louis Gombert Date: Tue, 26 Nov 2024 20:00:55 +0100 Subject: [PATCH] MacOS CI builds: use MacOS-13 instead of the deprecated MacOS-12 --- .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 843259559..8d64ddae9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: cc: cl cxx: cl name: Windows-x64 - - runner: macos-12 # This is supposed to be Intel for now, and what macos-latest is defaulting to for some reason (as of 04/2024) + - runner: macos-13 # Should be Intel preset: mac cc: cc cxx: c++