From 57e7a080010b318cc23e7a523c96f30765a9fdfb Mon Sep 17 00:00:00 2001 From: George Nyakundi Date: Mon, 12 Feb 2024 15:05:23 +0300 Subject: [PATCH] Revert to macos-12 --- .github/workflows/build_and_test.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 09311ff..502c018 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -13,7 +13,7 @@ concurrency: cancel-in-progress: true jobs: build-and-tests: - runs-on: macos-12 + runs-on: macos-13 steps: - name: Check out repository uses: actions/checkout@v3 @@ -26,10 +26,6 @@ jobs: with: bb_artifactory_ios_username: ${{ secrets.REPO_USERNAME }} bb_artifactory_ios_password: ${{ secrets.REPO_PASSWORD }} - - name: Install Xcode - uses: maxim-lobanov/setup-xcode@v1 - with: - xcode-version: '15.2' - name: Xcode Select Version uses: mobiledevops/xcode-select-version-action@v1 with: @@ -38,7 +34,7 @@ jobs: run: bundle exec fastlane setup - name: Run tests run: bundle exec fastlane test - - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 - env: - CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file + # - name: Upload coverage reports to Codecov + # uses: codecov/codecov-action@v3 + # env: + # CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} \ No newline at end of file