Skip to content

Commit d86d925

Browse files
committed
actions master
1 parent 52b9cdd commit d86d925

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/of.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ jobs:
240240
run: ./scripts/ci/$TARGET/build.sh;
241241

242242
env:
243-
DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer"
243+
DEVELOPER_DIR: "/Applications/Xcode.app/Contents/Developer"
244244

245245

246246
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
@@ -376,8 +376,8 @@ jobs:
376376
scripts/ci/${{ matrix.cfg.target }}/run_tests.sh;
377377
fi
378378
env:
379-
DEVELOPER_DIR: "/Applications/Xcode_16.1.app/Contents/Developer"
380-
SDKROOT: "/Applications/Xcode_16.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
379+
DEVELOPER_DIR: "/Applications/Xcode.app/Contents/Developer"
380+
SDKROOT: "/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk"
381381

382382

383383
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

scripts/apothecary

Submodule apothecary updated 271 files

0 commit comments

Comments
 (0)