From 05a1feea2f9f5f4633713d3ae7adbc067c59984c Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Sun, 10 Mar 2024 20:19:04 +0000 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d3bd0b37e..9e0e9b102 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,16 +24,6 @@ jobs: matrix: include: - #- name: osx14-arm-clang-runtime11 - # os: macos-14 - # compiler: clang - # clang-runtime: '11' - - #- name: osx14-arm-clang-runtime12 - # os: macos-14 - # compiler: clang - # clang-runtime: '12' - - name: osx14-arm-clang-runtime13 os: macos-14 compiler: clang @@ -58,11 +48,6 @@ jobs: os: macos-14 compiler: clang clang-runtime: '17' - - #- name: osx13-x86-clang-runtime11 - # os: macos-13 - # compiler: clang - # clang-runtime: '11' - name: osx13-x86-clang-runtime12 os: macos-13 @@ -638,9 +623,6 @@ jobs: # We need headers in correct place #FIXME: ln solution fails with error message No such file or directory on osx arm, #Copying over files as a temporary solution - if [[ "$ARCHITECHURE" == "aarch64" ]]; then - sudo mkdir -p /usr/local/include/ - fi sudo cp -r -n $(xcrun --show-sdk-path)/usr/include/ /usr/local/include/ #for file in $(xcrun --show-sdk-path)/usr/include/* #do