Skip to content

Commit 61fa132

Browse files
authored
Use Xcode 16 and swift 5.10 (#196)
* Use Xcode 16 and swift 5.10 * Update fastlane * Update sdks * Use strings
1 parent 1e63f58 commit 61fa132

File tree

6 files changed

+92
-156
lines changed

6 files changed

+92
-156
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Test macOS
1414
runs-on: macOS-latest
1515
env:
16-
DEVELOPER_DIR: /Applications/Xcode_15.4.app/Contents/Developer
16+
DEVELOPER_DIR: /Applications/Xcode_16.0.app/Contents/Developer
1717
strategy:
1818
matrix:
1919
include:
@@ -37,7 +37,7 @@ jobs:
3737
spm:
3838
name: Test with SPM
3939
runs-on: ubuntu-latest
40-
container: swift:5.6-focal
40+
container: swift:5.10-focal
4141
steps:
4242
- uses: actions/checkout@v2
4343
- name: SPM Test
@@ -48,8 +48,8 @@ jobs:
4848
strategy:
4949
matrix:
5050
swift_version:
51-
- 5.5.1
52-
- 5.5.2
51+
- "5.10"
52+
- "6.0"
5353
fail-fast: false
5454
container: swift:${{ matrix.swift_version }}-focal
5555
steps:
@@ -59,15 +59,15 @@ jobs:
5959
swiftformat:
6060
name: Linting
6161
runs-on: ubuntu-latest
62-
container: swift:5.6-focal
62+
container: swift:5.10-focal
6363
steps:
6464
- uses: actions/checkout@v2
6565
- name: Lint
6666
run: swift package plugin --allow-writing-to-package-directory swiftformat --lint
6767
cli_build:
6868
name: Build CLI
6969
runs-on: ubuntu-latest
70-
container: swift:5.7-focal
70+
container: swift:5.10-focal
7171
steps:
7272
- uses: actions/checkout@v2
7373
- name: SPM Test

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
source "https://rubygems.org"
22

33
gem "fastlane"
4-
gem "cocoapods"

0 commit comments

Comments
 (0)