Skip to content

Commit

Permalink
Use Xcode 16 and swift 5.10 (#196)
Browse files Browse the repository at this point in the history
* Use Xcode 16 and swift 5.10

* Update fastlane

* Update sdks

* Use strings
  • Loading branch information
pietbrauer authored Dec 5, 2024
1 parent 1e63f58 commit 61fa132
Show file tree
Hide file tree
Showing 6 changed files with 92 additions and 156 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Test macOS
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
strategy:
matrix:
include:
Expand All @@ -37,7 +37,7 @@ jobs:
spm:
name: Test with SPM
runs-on: ubuntu-latest
container: swift:5.6-focal
container: swift:5.10-focal
steps:
- uses: actions/checkout@v2
- name: SPM Test
Expand All @@ -48,8 +48,8 @@ jobs:
strategy:
matrix:
swift_version:
- 5.5.1
- 5.5.2
- "5.10"
- "6.0"
fail-fast: false
container: swift:${{ matrix.swift_version }}-focal
steps:
Expand All @@ -59,15 +59,15 @@ jobs:
swiftformat:
name: Linting
runs-on: ubuntu-latest
container: swift:5.6-focal
container: swift:5.10-focal
steps:
- uses: actions/checkout@v2
- name: Lint
run: swift package plugin --allow-writing-to-package-directory swiftformat --lint
cli_build:
name: Build CLI
runs-on: ubuntu-latest
container: swift:5.7-focal
container: swift:5.10-focal
steps:
- uses: actions/checkout@v2
- name: SPM Test
Expand Down
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
source "https://rubygems.org"

gem "fastlane"
gem "cocoapods"
Loading

0 comments on commit 61fa132

Please sign in to comment.