Skip to content

Commit be35cb9

Browse files
authored
Update macOS.yml
1 parent 939086c commit be35cb9

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/macOS.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ jobs:
1919
run: swift build
2020
- name: Test using Swift
2121
run: swift test
22-
23-
Build_Test-Xcode:
24-
runs-on: macos-13
25-
steps:
26-
- uses: actions/checkout@v3
27-
- name: Select Xcode version
28-
run: sudo xcode-select -s '/Applications/Xcode_14.3.app/Contents/Developer'
2922
- name: Build using Xcode
3023
run: xcodebuild -scheme GateEngine -destination "platform=macOS,name=Any Mac"
3124
- name: Test using Xcode

0 commit comments

Comments
 (0)