diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 5a21920..20cf689 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -8,11 +8,14 @@ on: jobs: run-tests: name: Test - runs-on: blaze/macos-14 + runs-on: macos-13 strategy: matrix: xcode: [14.3.1, 15.0.1] - destination: ["platform=iOS Simulator,name=iPhone 14 Pro"] + destination: + [ + 'platform=iOS Simulator,name=iPhone 14 Pro', + ] steps: - name: Checkout Repo uses: actions/checkout@v3 diff --git a/README.md b/README.md index a9b1c16..356c16c 100644 --- a/README.md +++ b/README.md @@ -2,20 +2,6 @@ A collection of helpers across the Swift Language, UIKit and SwiftUI. -
- - - - - - - -
- -_[Blaze](https://runblaze.dev) sponsors cocoapods-patch by providing super fast Apple Silicon based macOS Github Action Runners. Use the discount code `LAUNCH50` at checkout to get 50% off your first year._ - -
- ## Installation Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.