File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ jobs:
134134 while git pull --rebase && ! git push; do sleep 5; done
135135
136136 macos :
137- runs-on : macos-11
137+ runs-on : macos-latest
138138 needs : create-branch
139139 strategy :
140140 matrix :
@@ -163,12 +163,12 @@ jobs:
163163 if : ${{ matrix.sdk-version == 'MacOSX10.9.sdk' }}
164164 run : |
165165 wget -qO- https://github.com/phracker/MacOSX-SDKs/releases/download/11.3/MacOSX10.9.sdk.tar.xz \
166- | tar -xjv -C $XCODE_12_DEVELOPER_DIR /Platforms/MacOSX.platform/Developer/SDKs
166+ | tar -xjv -C $XCODE_16_DEVELOPER_DIR /Platforms/MacOSX.platform/Developer/SDKs
167167
168168 - name : Set SDK version
169169 run : |
170170 export MACOSX_DEPLOYMENT_TARGET=${{ matrix.macos-deployment-target }}
171- export SDKROOT=$XCODE_12_DEVELOPER_DIR /Platforms/MacOSX.platform/Developer/SDKs/${{ matrix.sdk-version }}
171+ export SDKROOT=$XCODE_16_DEVELOPER_DIR /Platforms/MacOSX.platform/Developer/SDKs/${{ matrix.sdk-version }}
172172 export CMAKE_OSX_SYSROOT=$SDKROOT
173173 - name : Build with Maven
174174 run : mvn -B clean install -P ${{ matrix.profile }},update-resources-precompiled
You can’t perform that action at this time.
0 commit comments