From a5d136c2c8edec04a4da72540c3487d9d480e548 Mon Sep 17 00:00:00 2001 From: Jesse Squires Date: Fri, 14 Jun 2024 14:50:28 -0700 Subject: [PATCH] infra updates --- .github/workflows/ci.yml | 4 ++-- .github/workflows/pod-lint.yml | 4 ++-- Nine41.podspec | 2 +- Package.swift | 2 +- README.md | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 649ec85..6d8cd2b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,12 +12,12 @@ on: - main env: - DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer jobs: main: name: Build and Run - runs-on: macos-13 + runs-on: macos-14 steps: - name: git checkout uses: actions/checkout@v4 diff --git a/.github/workflows/pod-lint.yml b/.github/workflows/pod-lint.yml index cb4dffc..090770f 100644 --- a/.github/workflows/pod-lint.yml +++ b/.github/workflows/pod-lint.yml @@ -12,12 +12,12 @@ on: - main env: - DEVELOPER_DIR: /Applications/Xcode_15.1.app/Contents/Developer + DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer jobs: main: name: Pod Lint - runs-on: macos-13 + runs-on: macos-14 steps: - name: git checkout uses: actions/checkout@v4 diff --git a/Nine41.podspec b/Nine41.podspec index e5c9c9f..ed8675f 100644 --- a/Nine41.podspec +++ b/Nine41.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.source = { :git => 'https://github.com/jessesquires/Nine41.git', :tag => s.version } s.source_files = 'Sources/**/*' - s.swift_version = '5.9' + s.swift_version = '5.10' s.ios.deployment_target = '11.0' s.osx.deployment_target = '11.0' diff --git a/Package.swift b/Package.swift index 5f5fa01..ce1a7f0 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.9 +// swift-tools-version:5.10 // The swift-tools-version declares the minimum version of Swift required to build this package. // GitHub diff --git a/README.md b/README.md index 6f3c701..f5c0cc3 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ This script fixes most of those issues. It overrides the status bars for all cur ## Requirements -- Swift 5.9+ -- Xcode 15.0+ +- Swift 5.10+ +- Xcode 15.4+ ## Installation