Skip to content

Commit 4303a85

Browse files
committed
wip
1 parent b59e636 commit 4303a85

1 file changed

Lines changed: 0 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,3 @@ jobs:
5858
5959
- name: Build
6060
run: swift build --swift-sdk wasm32-unknown-wasi -Xlinker -z -Xlinker stack-size=$((1024 * 1024))
61-
62-
compatibility:
63-
name: Compatibility
64-
strategy:
65-
matrix:
66-
xcode: ['15.2']
67-
config: ['debug', 'release']
68-
runs-on: macos-14
69-
steps:
70-
- uses: actions/checkout@v4
71-
- name: Select Xcode ${{ matrix.xcode }}
72-
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
73-
- name: Run ${{ matrix.config }} tests
74-
run: swift build -c ${{ matrix.config }}

0 commit comments

Comments
 (0)