Skip to content

Commit

Permalink
infra updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jessesquires committed Jun 14, 2024
1 parent 7baea61 commit a5d136c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pod-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Nine41.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a5d136c

Please sign in to comment.