Skip to content

Commit 3b6129b

Browse files
committed
Revert "chore(infra): Use Blaze runners"
This reverts commit 9fe5cce.
1 parent 9fe5cce commit 3b6129b

File tree

2 files changed

+5
-16
lines changed

2 files changed

+5
-16
lines changed

.github/workflows/validate.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,14 @@ on:
88
jobs:
99
run-tests:
1010
name: Test
11-
runs-on: blaze/macos-14
11+
runs-on: macos-13
1212
strategy:
1313
matrix:
1414
xcode: [14.3.1, 15.0.1]
15-
destination: ["platform=iOS Simulator,name=iPhone 14 Pro"]
15+
destination:
16+
[
17+
'platform=iOS Simulator,name=iPhone 14 Pro',
18+
]
1619
steps:
1720
- name: Checkout Repo
1821
uses: actions/checkout@v3

README.md

-14
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,6 @@
22

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

5-
<div align="left" valign="middle">
6-
<a href="https://runblaze.dev">
7-
<picture>
8-
<source media="(prefers-color-scheme: dark)" srcset="https://www.runblaze.dev/logo_dark.png">
9-
<img align="right" src="https://www.runblaze.dev/logo_light.png" height="102px"/>
10-
</picture>
11-
</a>
12-
13-
<br style="display: none;"/>
14-
15-
_[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._
16-
17-
</div>
18-
195
## Installation
206

217
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.

0 commit comments

Comments
 (0)