We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 939086c commit be35cb9Copy full SHA for be35cb9
.github/workflows/macOS.yml
@@ -19,13 +19,6 @@ jobs:
19
run: swift build
20
- name: Test using Swift
21
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'
29
- name: Build using Xcode
30
run: xcodebuild -scheme GateEngine -destination "platform=macOS,name=Any Mac"
31
- name: Test using Xcode
0 commit comments