File tree Expand file tree Collapse file tree 3 files changed +6
-13
lines changed
Expand file tree Collapse file tree 3 files changed +6
-13
lines changed Original file line number Diff line number Diff line change 1717 if : ${{ github.event_name == 'workflow_dispatch' || github.event.workflow_run.conclusion == 'success' }}
1818 runs-on : macOS-26
1919 env :
20- DEVELOPER_DIR : " /Applications/Xcode_26.1 .app/Contents/Developer"
20+ DEVELOPER_DIR : " /Applications/Xcode_26.2 .app/Contents/Developer"
2121 steps :
2222 - uses : actions/checkout@v6
2323 with :
Original file line number Diff line number Diff line change 2424 name : Lint & Format Check
2525 runs-on : macOS-26
2626 env :
27- DEVELOPER_DIR : " /Applications/Xcode_26.1 .app/Contents/Developer"
27+ DEVELOPER_DIR : " /Applications/Xcode_26.2 .app/Contents/Developer"
2828 steps :
2929 - name : Checkout
3030 uses : actions/checkout@v6
5454 - uses : actions/checkout@v4
5555 - name : Swift Version
5656 run : xcrun swift --version
57- - name : Install xcbeautify
58- run : brew install xcbeautify --quiet
57+ - name : Brew install tools
58+ run : brew install xcbeautify jemalloc --quiet
5959 - name : Run Tests
6060 run : |
61- set -o pipefail && \
62- xcodebuild test \
63- -scheme BinaryParseKit \
64- -destination 'platform=macOS' \
65- -skipMacroValidation | xcbeautify --renderer github-actions
66-
67- # https://github.com/swiftlang/swift-package-manager/issues/9163
68- # set -o pipefail && xcrun swift test -c debug --enable-code-coverage --xunit-output $TEST_RESULTS_DIR/xunit.xml 2>&1 | xcbeautify --renderer github-actions
61+ set -o pipefail && xcrun swift test --enable-experimental-prebuilts | xcbeautify --renderer github-actions
Original file line number Diff line number Diff line change 1515 name : Build DocC Documentation
1616 runs-on : macOS-26
1717 env :
18- DEVELOPER_DIR : " /Applications/Xcode_26.1 .app/Contents/Developer"
18+ DEVELOPER_DIR : " /Applications/Xcode_26.2 .app/Contents/Developer"
1919 steps :
2020 - name : Checkout
2121 uses : actions/checkout@v6
You can’t perform that action at this time.
0 commit comments