File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 4646 - name : Debug
4747 run : make XCODEBUILD_ARGUMENT="${{ matrix.command }}" CONFIG=Debug PLATFORM="${{ matrix.platform }}" WORKSPACE=.github/package.xcworkspace xcodebuild
4848
49- library-evolution :
50- name : Library (evolution)
51- runs-on : macos-15
52- steps :
53- - uses : actions/checkout@v4
54- - name : Select Xcode 16.4
55- run : sudo xcode-select -s /Applications/Xcode_16.4.app
56- - name : Update xcbeautify
57- run : brew update && brew upgrade xcbeautify
58- - name : Build for library evolution
59- run : make build-for-library-evolution
60-
6149 examples :
6250 name : Examples
6351 runs-on : macos-15
9583 run : make DERIVED_DATA_PATH=~/.derivedData SCHEME="Todos" xcodebuild-raw
9684 - name : VoiceMemos
9785 run : make DERIVED_DATA_PATH=~/.derivedData SCHEME="VoiceMemos" xcodebuild-raw
98-
99- check-macro-compatibility :
100- name : Check Macro Compatibility
101- runs-on : macos-latest
102- steps :
103- - name : Checkout repository
104- uses : actions/checkout@v4
105- - name : Run Swift Macro Compatibility Check
106- uses : Matejkob/swift-macro-compatibility-check@v1
107- with :
108- run-tests : false
109- major-versions-only : true
You can’t perform that action at this time.
0 commit comments