Skip to content

Commit

Permalink
Revert and add ls
Browse files Browse the repository at this point in the history
  • Loading branch information
lpugin committed Nov 14, 2024
1 parent ccb97a9 commit bc22787
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,11 @@ jobs:

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

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

- os: macos-latest
compiler: g++
Expand Down Expand Up @@ -147,6 +147,7 @@ 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 bc22787

Please sign in to comment.