Skip to content

Commit 353d006

Browse files
authored
Update ci.yml
1 parent 4d0cb46 commit 353d006

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,6 @@ jobs:
281281
fi
282282
env:
283283
compiler: ${{ matrix.compiler }}
284-
285-
- uses: maxim-lobanov/setup-xcode@v1
286-
if: ${{ runner.os == 'macOS' && steps.cache.outputs.cache-hit != 'true' && matrix.cling == 'On' }}
287-
with:
288-
xcode-version: '15.4.0'
289284

290285
- name: Setup compiler on macOS
291286
if: ${{ runner.os == 'macOS' && steps.cache.outputs.cache-hit != 'true' }}
@@ -307,8 +302,6 @@ jobs:
307302
echo 'CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"' >> $GITHUB_ENV
308303
echo 'CPATH="/opt/homebrew/include/"' >> $GITHUB_ENV
309304
echo 'LIBRARY_PATH="/opt/homebrew/lib/"' >> $GITHUB_ENV
310-
ls /Applications/Xcode_15.4.0.app/
311-
echo 'DEVELOPER_DIR=/Applications/Xcode_15.4.app/Contents/Developer/' >> $GITHUB_ENV
312305
echo "CC=$(brew --prefix llvm@15)/bin/clang" >> $GITHUB_ENV
313306
echo "CXX=$(brew --prefix llvm@15)/bin/clang++" >> $GITHUB_ENV
314307
else
@@ -775,11 +768,6 @@ jobs:
775768
env:
776769
compiler: ${{ matrix.compiler }}
777770

778-
- uses: maxim-lobanov/setup-xcode@v1
779-
if: ${{ runner.os == 'macOS' && matrix.cling == 'On' }}
780-
with:
781-
xcode-version: '15.4.0'
782-
783771
- name: Setup compiler on macOS
784772
if: runner.os == 'macOS'
785773
run: |
@@ -801,7 +789,6 @@ jobs:
801789
echo 'CPPFLAGS="-I/opt/homebrew/opt/llvm@15/include"' >> $GITHUB_ENV
802790
echo 'CPATH="/opt/homebrew/include/"' >> $GITHUB_ENV
803791
echo 'LIBRARY_PATH="/opt/homebrew/lib/"' >> $GITHUB_ENV
804-
echo 'DEVELOPER_DIR=/Applications/Xcode_15.4.0.app/Contents/Developer/' >> $GITHUB_ENV
805792
echo "CC=$(brew --prefix llvm@15)/bin/clang" >> $GITHUB_ENV
806793
echo "CXX=$(brew --prefix llvm@15)/bin/clang++" >> $GITHUB_ENV
807794
else

0 commit comments

Comments
 (0)