]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Pin macos CI to version 13
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>
Tue, 30 Apr 2024 11:16:36 +0000 (13:16 +0200)
committerCohenArthur <arthur.cohen@embecosm.com>
Tue, 30 Apr 2024 13:24:38 +0000 (13:24 +0000)
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.patry@embecosm.com>
.github/workflows/ccpp.yml

index 1955a03ab094994d6658460c4c22cf003bd033fc..3381ec80d689f970a2ad90b9e5a1c716cc41b58f 100644 (file)
@@ -253,7 +253,7 @@ jobs:
       CC: clang
       CXX: clang++
 
-    runs-on: macos-latest
+    runs-on: macos-13
 
     steps:
     - uses: actions/checkout@v3