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)"