File tree Expand file tree Collapse file tree 3 files changed +23
-170
lines changed Expand file tree Collapse file tree 3 files changed +23
-170
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 5
5
workflow_dispatch :
6
6
7
7
jobs :
8
- unit -test :
9
- runs-on : macos-11
8
+ build -test-macos12 :
9
+ runs-on : macos-12
10
10
strategy :
11
11
matrix :
12
- xcode-version : [13.2, 12.5 .1]
12
+ xcode-version : [13.4.1, 14.0 .1]
13
13
14
14
steps :
15
15
- name : Checkout
22
22
run : fastlane scan --devices "iPhone 8,iPhone 11"
23
23
env :
24
24
DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode-version }}.app
25
+
26
+ build-test-macos13 :
27
+ runs-on : macos-13
28
+ strategy :
29
+ matrix :
30
+ xcode-version : [14.2, 14.3]
31
+
32
+ steps :
33
+ - name : Checkout
34
+ uses : actions/checkout@v2
35
+
36
+ - name : Install dependencies in Gemfile
37
+ run : gem install fastlane
38
+
39
+ - name : Unit Tests, using Xcode ${{ matrix.xcode-version }}
40
+ run : fastlane scan --devices "iPhone 8,iPhone 13"
41
+ env :
42
+ DEVELOPER_DIR : /Applications/Xcode_${{ matrix.xcode-version }}.app
25
43
26
44
build-spm :
27
- runs-on : macos-11
45
+ runs-on : macos-latest
28
46
steps :
29
47
- name : Checkout
30
48
uses : actions/checkout@v2
Original file line number Diff line number Diff line change 200
200
isa = PBXNativeTarget;
201
201
buildConfigurationList = 798F25341FD18FA4006E6A44 /* Build configuration list for PBXNativeTarget "WWLayout" */;
202
202
buildPhases = (
203
+ 798F251D1FD18FA4006E6A44 /* Headers */,
203
204
798F251B1FD18FA4006E6A44 /* Sources */,
204
205
7990EB912375A40E00D9ECDC /* SwiftLint */,
205
206
798F251C1FD18FA4006E6A44 /* Frameworks */,
206
- 798F251D1FD18FA4006E6A44 /* Headers */,
207
207
798F251E1FD18FA4006E6A44 /* Resources */,
208
208
);
209
209
buildRules = (
You can’t perform that action at this time.
0 commit comments