Skip to content

Commit

Permalink
Revert to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
DevAgani committed Feb 12, 2024
1 parent 598ab04 commit 57e7a08
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand All @@ -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 }}
# - name: Upload coverage reports to Codecov
# uses: codecov/codecov-action@v3
# env:
# CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 57e7a08

Please sign in to comment.