Skip to content

Commit 3e85c7e

Browse files
committed
wip
1 parent c5d0a06 commit 3e85c7e

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -46,18 +46,6 @@ jobs:
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
@@ -95,15 +83,3 @@ jobs:
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

0 commit comments

Comments
 (0)