Skip to content

Commit

Permalink
Upgrated workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamalifard, Mehran committed May 1, 2024
1 parent d9d1524 commit c7bfa40
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@ on:
- master
jobs:
build-and-test:
runs-on: macos-14
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Set up Xcode
uses: actions/setup-xcode@v2
with:
xcode-version: latest-stable
run: sudo Xcode-select -switch /Applications/Xcode_15.0.app
- name: Build & Test
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14'
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14'

0 comments on commit c7bfa40

Please sign in to comment.