diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index 20cf689..5a21920 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -8,14 +8,11 @@ on: jobs: run-tests: name: Test - runs-on: macos-13 + runs-on: blaze/macos-14 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 356c16c..a9b1c16 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,20 @@ 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.