From e2d9fedd4ea7e150355413d1dd10a72dd441434b Mon Sep 17 00:00:00 2001 From: muzahidul-opti Date: Fri, 19 Dec 2025 22:52:48 +0600 Subject: [PATCH] update xcode version --- .github/workflows/swift.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index dc89ba83..0dbc5b0e 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -30,18 +30,18 @@ jobs: secrets: CI_USER_TOKEN: ${{ secrets.CI_USER_TOKEN }} - lint: + lint: runs-on: macos-15 steps: - uses: actions/checkout@v3 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 16.1.0 + xcode-version: 16.4 - env: SRCCLR_API_TOKEN: ${{ secrets.SRCCLR_API_TOKEN }} run: | gem install cocoapods -v '1.15.2' - pod spec lint --quick + pod spec lint --quick --allow-warnings curl -sSL https://download.sourceclear.com/ci.sh | bash unittests: @@ -49,12 +49,12 @@ jobs: uses: optimizely/swift-sdk/.github/workflows/unit_tests.yml@master prepare_for_release: runs-on: macos-15 - if: "${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}" + if: "${{ github.event.inputs.PREP == 'true' && github.event_name == 'workflow_dispatch' }}" steps: - uses: actions/checkout@v3 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 16.1.0 + xcode-version: 16.4 - name: Install Hub by Homebrew run: | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" @@ -82,7 +82,7 @@ jobs: - uses: actions/checkout@v3 - uses: maxim-lobanov/setup-xcode@v1 with: - xcode-version: 16.1.0 + xcode-version: 16.4 - name: Install Hub by Homebrew run: | /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"