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 79b4d41 commit 27e3747Copy full SHA for 27e3747
1 file changed
.github/workflows/swift.yml
@@ -7,8 +7,8 @@ jobs:
7
strategy:
8
fail-fast: false
9
matrix:
10
- swift: ['6.2.3']
11
- arch: ['aarch64', 'x86_64']
+ swift: ['6.2.3', 'nightly-6.3']
+ arch: ['aarch64', 'x86_64', 'armv7']
12
sdk: ['28', '29', '31', '33']
13
runs-on: macos-15
14
timeout-minutes: 30
@@ -18,4 +18,4 @@ jobs:
18
run: |
19
brew install skiptools/skip/skip || (brew update && brew install skiptools/skip/skip)
20
skip android sdk install --version ${{ matrix.swift }}
21
- ANDROID_NDK_ROOT="" ANDROID_SDK_VERSION=${{ matrix.sdk }} skip android build --arch ${{ matrix.arch }} --android-api-level ${{ matrix.sdk }}
+ ANDROID_NDK_ROOT="" ANDROID_SDK_VERSION=${{ matrix.sdk }} skip android build --arch ${{ matrix.arch }} --android-api-level ${{ matrix.sdk }}
0 commit comments