File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7676 python -m pip install ninja
7777
7878 - name : Get specific version of CMake, Ninja
79- uses : lukka/get-cmake@v3.29.0
79+ uses : lukka/get-cmake@v4.2.3
8080
8181 - name : ' Specific XCode version = 16.2'
8282 if : matrix.os == 'macos-15-intel' || matrix.os == 'macos-15'
Original file line number Diff line number Diff line change @@ -265,7 +265,7 @@ jobs:
265265 sudo xcode-select -s "/Applications/Xcode_16.2.app"
266266
267267 - name : Get specific version of CMake, Ninja
268- uses : lukka/get-cmake@v3.29.0
268+ uses : lukka/get-cmake@v4.2.3
269269
270270 - name : ' Fetch build script'
271271 if : matrix.python3-minor-version != '8'
@@ -345,7 +345,7 @@ jobs:
345345
346346 steps :
347347 - name : Get specific version of CMake, Ninja
348- uses : lukka/get-cmake@v3.29.0
348+ uses : lukka/get-cmake@v4.2.3
349349
350350 - uses : actions/checkout@v4
351351 with :
You can’t perform that action at this time.
0 commit comments