Skip to content

Commit

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

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 9fe5cce

Please sign in to comment.