From 3b6129ba9664ef744cb052a7e0d6de48abd8af4f Mon Sep 17 00:00:00 2001 From: dcvz Date: Thu, 28 Mar 2024 13:36:09 +0100 Subject: [PATCH] Revert "chore(infra): Use Blaze runners" This reverts commit 9fe5ccecfa4c0c88937f1e2232ccb06dc26d73fa. --- .github/workflows/validate.yml | 7 +++++-- README.md | 14 -------------- 2 files changed, 5 insertions(+), 16 deletions(-) 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.