From 53b0719b60d85738ddfc7424779a532ee4aac655 Mon Sep 17 00:00:00 2001 From: Stephan Hageboeck Date: Thu, 13 Feb 2025 11:30:05 +0100 Subject: [PATCH] Upgrade exercise runners to macos-latest. --- .github/workflows/build-exercises.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/build-exercises.yml b/.github/workflows/build-exercises.yml index 2c45afae..9e3f3942 100644 --- a/.github/workflows/build-exercises.yml +++ b/.github/workflows/build-exercises.yml @@ -61,8 +61,7 @@ jobs: GENERATOR: -G "Unix Makefiles" env: CXX: g++-11 - # We temporarily need to hardcode macos-12, because "-latest" resolves to 11 - - OS: "macos-12" + - OS: "macos-latest" GENERATOR: -G "Xcode" - OS: "windows-latest" GENERATOR: