From 3bdc6b72861ab3f10407ab0ba915861be87b6e5a Mon Sep 17 00:00:00 2001 From: Luis Ezcurdia Date: Fri, 19 Jan 2024 23:52:48 -0600 Subject: [PATCH] Remove xcode step --- .github/workflows/swift.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/swift.yml b/.github/workflows/swift.yml index 12d4b7d..daefca6 100644 --- a/.github/workflows/swift.yml +++ b/.github/workflows/swift.yml @@ -7,10 +7,6 @@ jobs: steps: - name: Checkout code uses: actions/checkout@v2 - - name: Set up Xcode - uses: actions/setup-xcode@v2 - with: - xcode-version: 15.2.0 - name: Build and Test run: | xcodebuild clean test -project SecurePass.xcodeproj -scheme SecurePass -destination "platform=iOS Simulator,name=iPhone 15"