Skip to content

Commit 0497484

Browse files
committed
ci: add xcode 14.1 env
1 parent d34c16b commit 0497484

File tree

1 file changed

+17
-4
lines changed

1 file changed

+17
-4
lines changed

.github/workflows/ci.yml

+17-4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
include:
20+
- swift: "5.7"
21+
xcode: "14.1"
22+
runsOn: macos-12
2023
- swift: "5.6"
2124
xcode: "13.3.1"
2225
runsOn: macos-12
@@ -48,6 +51,10 @@ jobs:
4851
fail-fast: false
4952
matrix:
5053
include:
54+
- os: "16.1"
55+
xcode: "14.1"
56+
sim: "iPhone 14 Pro"
57+
runsOn: macos-12
5158
- os: "15.4"
5259
xcode: "13.3.1"
5360
sim: "iPhone 13 Pro"
@@ -76,7 +83,7 @@ jobs:
7683
example:
7784
runs-on: macos-12
7885
env:
79-
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer
86+
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
8087
strategy:
8188
fail-fast: false
8289
matrix:
@@ -92,13 +99,19 @@ jobs:
9299
swiftpm:
93100
runs-on: macos-12
94101
env:
95-
DEVELOPER_DIR: /Applications/Xcode_13.3.1.app/Contents/Developer
102+
DEVELOPER_DIR: /Applications/Xcode_14.1.app/Contents/Developer
96103
strategy:
97104
fail-fast: false
98105
matrix:
99106
include:
100-
- target: "arm64-apple-ios15.4-simulator"
101-
- target: "x86_64-apple-ios15.4-simulator"
107+
# 15.7
108+
- target: "x86_64-apple-ios15.7-simulator"
109+
- target: "arm64-apple-ios15.7-simulator"
110+
- target: "arm64e-apple-ios15.7-simulator"
111+
# 16.1
112+
- target: "x86_64-apple-ios16.1-simulator"
113+
- target: "arm64-apple-ios16.1-simulator"
114+
- target: "arm64e-apple-ios16.1-simulator"
102115
steps:
103116
- uses: actions/checkout@v2
104117
- name: "Swift Package Manager build"

0 commit comments

Comments
 (0)