Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcbarton authored Mar 10, 2024
1 parent 95913a3 commit 05a1fee
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 05a1fee

Please sign in to comment.