From 605bb386e8f5ecd180950c549f942b1579e8d0f7 Mon Sep 17 00:00:00 2001 From: Laurent Pugin Date: Thu, 14 Nov 2024 15:46:23 +0100 Subject: [PATCH] Remove text on xcode 14 (seems to be gone) and update to 15.4 --- .github/workflows/ci_build.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci_build.yml b/.github/workflows/ci_build.yml index bd2b477afc..667402c43b 100644 --- a/.github/workflows/ci_build.yml +++ b/.github/workflows/ci_build.yml @@ -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++ @@ -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