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