File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
- cron : " 0 7 * * *"
7
7
8
8
env :
9
- XCODE_VERSION : " 15 .4"
9
+ XCODE_VERSION : " 16 .4"
10
10
11
11
jobs :
12
12
tuist-generation :
61
61
matrix :
62
62
include :
63
63
# macOS_current
64
- - destination : platform=macOS,arch=x86_64
64
+ - destination : platform=macOS,arch=arm64
65
65
scheme : ApolloTests
66
66
test-plan : Apollo-CITestPlan
67
67
name : Apollo Unit Tests - macOS
@@ -79,19 +79,19 @@ jobs:
79
79
name : Apollo Unit Tests - tvOS ${{ vars.TVOS_VERSION }}
80
80
run-js-tests : false
81
81
# Codegen CLI Test
82
- - destination : platform=macOS,arch=x86_64
82
+ - destination : platform=macOS,arch=arm64
83
83
scheme : CodegenCLITests
84
84
test-plan : CodegenCLITestPlan
85
85
name : Codegen CLI Unit Tests - macOS
86
86
run-js-tests : false
87
87
# CodegenLib Test
88
- - destination : platform=macOS,arch=x86_64
88
+ - destination : platform=macOS,arch=arm64
89
89
scheme : ApolloCodegenTests
90
90
test-plan : Apollo-Codegen-CITestPlan
91
91
name : Codegen Lib Unit Tests - macOS
92
92
run-js-tests : true
93
93
# ApolloPagination Tests
94
- - destination : platform=macOS,arch=x86_64
94
+ - destination : platform=macOS,arch=arm64
95
95
scheme : ApolloPaginationTests
96
96
test-plan : Apollo-PaginationTestPlan
97
97
name : ApolloPagination Unit Tests - macOS
You can’t perform that action at this time.
0 commit comments