From e3becfbd77161c827fe15fd02360013a627a95e5 Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Fri, 27 Feb 2026 11:50:00 -0500 Subject: [PATCH] Update workflow to add nightly-6.3 version and armv7 arch --- .github/workflows/swift.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 73e11cfd..ea175a30 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -7,8 +7,8 @@ jobs: strategy: fail-fast: false matrix: - swift: ['6.2.3'] - arch: ['aarch64', 'x86_64'] + swift: ['6.2.3', 'nightly-6.3'] + arch: ['aarch64', 'x86_64', 'armv7'] sdk: ['28', '29', '31', '33'] runs-on: macos-15 timeout-minutes: 30 @@ -18,4 +18,4 @@ jobs: run: | brew install skiptools/skip/skip || (brew update && brew install skiptools/skip/skip) skip android sdk install --version ${{ matrix.swift }} - ANDROID_NDK_ROOT="" ANDROID_SDK_VERSION=${{ matrix.sdk }} skip android build --arch ${{ matrix.arch }} --android-api-level ${{ matrix.sdk }} \ No newline at end of file + ANDROID_NDK_ROOT="" ANDROID_SDK_VERSION=${{ matrix.sdk }} skip android build --arch ${{ matrix.arch }} --android-api-level ${{ matrix.sdk }}