Skip to content

Commit

Permalink
Remove text on xcode 14 (seems to be gone) and update to 15.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 14, 2024
1 parent bc22787 commit 605bb38
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ jobs:

- os: macos-latest
compiler: xcode
version: "14.3"

- os: macos-latest
compiler: xcode
version: "15.3"
version: "15.4"

- os: macos-latest
compiler: g++
Expand Down Expand Up @@ -147,7 +143,6 @@ jobs:
echo CXX=g++-${{ matrix.version }} >> $GITHUB_ENV
else
ls /Applications/
TARGET_XCODE="/Applications/Xcode_${{ matrix.version }}.app/Contents/Developer"
# check XCode version
Expand Down

0 comments on commit 605bb38

Please sign in to comment.