From: Pierre-Emmanuel Patry Date: Tue, 30 Apr 2024 11:16:36 +0000 (+0200) Subject: Pin macos CI to version 13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba8ce7e66ca145004810f50246872902baf95ba0;p=thirdparty%2Fgcc.git Pin macos CI to version 13 Latest macos environment runs on arm and is thus incompatible with gcc. ChangeLog: * .github/workflows/ccpp.yml: Pin macos runner version. Signed-off-by: Pierre-Emmanuel Patry --- diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index 1955a03ab094..3381ec80d689 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -253,7 +253,7 @@ jobs: CC: clang CXX: clang++ - runs-on: macos-latest + runs-on: macos-13 steps: - uses: actions/checkout@v3