From c758c43c435a22483fd65b996147b0f28e47e35d Mon Sep 17 00:00:00 2001 From: Taylor Holliday Date: Mon, 17 Jun 2024 14:38:33 -0700 Subject: [PATCH] remove swift-build job --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2491e23..d7a3b48 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,10 +26,3 @@ jobs: cd Demo xcodebuild -scheme "VgerDemo (macOS)" -destination 'platform=OS X,arch=x86_64' clean build | xcpretty - swift-build: - runs-on: macos-latest - steps: - - name: Check out vger - uses: actions/checkout@v4.1.1 - - name: Build vger - run: swift build