Skip to content

Commit

Permalink
Revert "chore(infra): Use Blaze runners"
Browse files Browse the repository at this point in the history
This reverts commit 9fe5cce.
  • Loading branch information
dcvz committed Mar 28, 2024
1 parent 9fe5cce commit 3b6129b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 16 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,6 @@

A collection of helpers across the Swift Language, UIKit and SwiftUI.

<div align="left" valign="middle">
<a href="https://runblaze.dev">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://www.runblaze.dev/logo_dark.png">
<img align="right" src="https://www.runblaze.dev/logo_light.png" height="102px"/>
</picture>
</a>

<br style="display: none;"/>

_[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._

</div>

## 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.
Expand Down

0 comments on commit 3b6129b

Please sign in to comment.