diff --git a/.github/scripts/test_app.sh b/.github/scripts/test_app.sh index 400cad57..263ce299 100755 --- a/.github/scripts/test_app.sh +++ b/.github/scripts/test_app.sh @@ -4,6 +4,6 @@ set -eo pipefail xcodebuild -workspace swdestiny-trades.xcworkspace \ -scheme SWDestinyTrades \ - -destination platform=iOS\ Simulator,OS=16.0,name=iPhone\ 11 \ + -destination platform=iOS\ Simulator,OS=16.4,name=iPhone\ 11 \ -enableCodeCoverage YES \ clean test | xcpretty diff --git a/.github/workflows/Testing.yml b/.github/workflows/Testing.yml index 56648c7f..ad8d74b1 100755 --- a/.github/workflows/Testing.yml +++ b/.github/workflows/Testing.yml @@ -8,7 +8,7 @@ env: jobs: test: name: Testing SWDestiny Trades app - runs-on: macOS-12 + runs-on: macOS-13 steps: - name: Checkout repository uses: actions/checkout@v3 @@ -16,7 +16,7 @@ jobs: - name: Setup Xcode version uses: maxim-lobanov/setup-xcode@v1.5.1 with: - xcode-version: 14.0.1 + xcode-version: 14.3.1 - name: Install Mint run: | @@ -62,4 +62,4 @@ jobs: run: exec ./.github/scripts/test_app.sh - name: Upload coverage to Codecov - uses: codecov/codecov-action@v3.1.1 + uses: codecov/codecov-action@v3.1.4