aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre-Emmanuel Patry <pierre-emmanuel.patry@embecosm.com>2024-04-30 13:16:36 +0200
committerCohenArthur <arthur.cohen@embecosm.com>2024-04-30 13:24:38 +0000
commitba8ce7e66ca145004810f50246872902baf95ba0 (patch)
tree0b2454c5f4e1af1edb6c3a2ee835ef37ed6910df
parentfa86c37a57696b9dba2d1553dbe9e913865f4209 (diff)
downloadgcc-ba8ce7e66ca145004810f50246872902baf95ba0.zip
gcc-ba8ce7e66ca145004810f50246872902baf95ba0.tar.gz
gcc-ba8ce7e66ca145004810f50246872902baf95ba0.tar.bz2
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.patry@embecosm.com>
-rw-r--r--.github/workflows/ccpp.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 1955a03..3381ec8 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