From 28145c136c1fd5c2836ec6fbc04d9de0a845f39a Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Wed, 3 Jul 2024 09:32:56 +0200 Subject: [PATCH] Change macos-11 to macos-latest * Job not starting --- .github/workflows/ci_build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index 1d75b6b86ff..4d7384dd54d 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -106,7 +106,7 @@ jobs: compiler: xcode version: "15.3" - - os: macos-11 + - os: macos-latest compiler: g++ version: "12"