Skip to content

Commit

Permalink
Update github actions yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dogo committed Aug 7, 2024
1 parent 55d63dc commit a5c6735
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ env:
jobs:
test:
name: Testing SWDestiny Trades app
runs-on: macOS-13
runs-on: macOS-14
strategy:
matrix:
scheme: [
Expand All @@ -18,7 +18,7 @@ jobs:
swdestiny-trades.xcworkspace
]
destination: [
'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.2'
'platform=iOS Simulator,name=iPhone 15 Pro,OS=17.4'
]

steps:
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Setup Xcode version
uses: maxim-lobanov/[email protected]
with:
xcode-version: 15.1
xcode-version: 15.4

- name: Install Project Tools
uses: jdx/mise-action@v2
Expand Down Expand Up @@ -60,7 +60,7 @@ jobs:
test | xcpretty && exit ${PIPESTATUS[0]}
- name: Upload coverage to Codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].6
with:
swift: true
swift_project: SWDestinyTrades
Expand Down

0 comments on commit a5c6735

Please sign in to comment.