We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59e636 commit 4303a85Copy full SHA for 4303a85
1 file changed
.github/workflows/ci.yml
@@ -58,17 +58,3 @@ jobs:
58
59
- name: Build
60
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