https://gcc.gnu.org/g:ba8ce7e66ca145004810f50246872902baf95ba0

commit ba8ce7e66ca145004810f50246872902baf95ba0
Author: Pierre-Emmanuel Patry <pierre-emmanuel.pa...@embecosm.com>
Date:   Tue Apr 30 13:16:36 2024 +0200

    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 <pierre-emmanuel.pa...@embecosm.com>

Diff:
---
 .github/workflows/ccpp.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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

Reply via email to