Skip to content

Commit

Permalink
Merge pull request #11221 from rouault/ci_build_mac
Browse files Browse the repository at this point in the history
CI: try to solve issue with maxim-lobanov/setup-xcode action no longer accepting xcode 14.3
  • Loading branch information
rouault authored Nov 7, 2024
2 parents 35c6073 + 3050b5c commit 22cf156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -606,7 +606,7 @@ jobs:
- name: Setup xcode
uses: maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6.0
with:
xcode-version: 14.3
xcode-version: '15.4.0'
- name: Checkout GDAL
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Setup cache
Expand Down

0 comments on commit 22cf156

Please sign in to comment.