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 43
43
false
44
44
fi
45
45
env :
46
- DEVELOPER_DIR : " /Applications/Xcode_26.b1 .app/Contents/Developer"
46
+ DEVELOPER_DIR : " /Applications/Xcode-latest .app/Contents/Developer"
47
47
48
48
- name : Set build configuration
49
49
run : |
57
57
make container dsym docs
58
58
tar cfz _site.tgz _site
59
59
env :
60
- DEVELOPER_DIR : " /Applications/Xcode_26.b1 .app/Contents/Developer"
60
+ DEVELOPER_DIR : " /Applications/Xcode-latest .app/Contents/Developer"
61
61
62
62
- name : Create package
63
63
run : |
70
70
launchctl setenv HTTP_PROXY $HTTP_PROXY
71
71
make test cleancontent install-kernel integration
72
72
env :
73
- DEVELOPER_DIR : " /Applications/Xcode_26.b1 .app/Contents/Developer"
73
+ DEVELOPER_DIR : " /Applications/Xcode-latest .app/Contents/Developer"
74
74
75
75
- name : Save documentation artifact
76
76
uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments