Skip to content

Commit c7bfa40

Browse files
author
Kamalifard, Mehran
committed
Upgrated workflow.yml
1 parent d9d1524 commit c7bfa40

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/workflow.yml

+3-5
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,10 @@ on:
88
- master
99
jobs:
1010
build-and-test:
11-
runs-on: macos-14
11+
runs-on: macos-latest
1212
steps:
1313
- uses: actions/checkout@v2
1414
- name: Set up Xcode
15-
uses: actions/setup-xcode@v2
16-
with:
17-
xcode-version: latest-stable
15+
run: sudo Xcode-select -switch /Applications/Xcode_15.0.app
1816
- name: Build & Test
19-
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14'
17+
run: xcodebuild test -scheme EasyCrypto -project EasyCrypto.xcodeproj -destination 'platform=iOS Simulator,OS=16.0,name=iPhone 14'

0 commit comments

Comments
 (0)