From 30cd4292468bcf040496591a870cdb3e1acf9854 Mon Sep 17 00:00:00 2001 From: Steffan Andrews Date: Sat, 21 Sep 2024 14:36:00 -0700 Subject: [PATCH] Updated GitHub CI --- .github/workflows/build.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a72f06a..a948e9b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,16 +23,6 @@ on: - cron: '40 11 * * *' # once a day @ 11:40am UTC (4:40am PST) jobs: - macOS-11: - name: macOS 11 Big Sur - runs-on: macos-11 - steps: - - uses: actions/checkout@main - - name: Build - run: xcodebuild build -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "PListKit-CI" -destination "generic/platform=macOS,name=Any Mac" | xcpretty && exit ${PIPESTATUS[0]} - - name: Unit Tests - run: xcodebuild test -workspace ".swiftpm/xcode/package.xcworkspace" -scheme "PListKit-CI" -destination "platform=macOS" | xcpretty && exit ${PIPESTATUS[0]} - macOS-12: name: macOS 12 Monterey runs-on: macos-12