Skip to content

Commit 020d51f

Browse files
authored
Merge pull request #27 from swift-android-sdk/master
Update workflow to add nightly-6.3 version and armv7 arch
2 parents 414cb8e + e3becfb commit 020d51f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/swift.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
swift: ['6.2.3']
11-
arch: ['aarch64', 'x86_64']
10+
swift: ['6.2.3', 'nightly-6.3']
11+
arch: ['aarch64', 'x86_64', 'armv7']
1212
sdk: ['28', '29', '31', '33']
1313
runs-on: macos-15
1414
timeout-minutes: 30
@@ -18,4 +18,4 @@ jobs:
1818
run: |
1919
brew install skiptools/skip/skip || (brew update && brew install skiptools/skip/skip)
2020
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 }}
21+
ANDROID_NDK_ROOT="" ANDROID_SDK_VERSION=${{ matrix.sdk }} skip android build --arch ${{ matrix.arch }} --android-api-level ${{ matrix.sdk }}

0 commit comments

Comments
 (0)