Skip to content

Commit b78487c

Browse files
calvincestarigh-action-runner
authored andcommitted
Fix: Xcode version for nightly health check (#782)
1 parent 1bad3b3 commit b78487c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release-check.yml renamed to .github/workflows/nightly-health-check.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- cron: "0 7 * * *"
77

88
env:
9-
XCODE_VERSION: "15.4"
9+
XCODE_VERSION: "16.4"
1010

1111
jobs:
1212
tuist-generation:
@@ -61,7 +61,7 @@ jobs:
6161
matrix:
6262
include:
6363
# macOS_current
64-
- destination: platform=macOS,arch=x86_64
64+
- destination: platform=macOS,arch=arm64
6565
scheme: ApolloTests
6666
test-plan: Apollo-CITestPlan
6767
name: Apollo Unit Tests - macOS
@@ -79,19 +79,19 @@ jobs:
7979
name: Apollo Unit Tests - tvOS ${{ vars.TVOS_VERSION }}
8080
run-js-tests: false
8181
# Codegen CLI Test
82-
- destination: platform=macOS,arch=x86_64
82+
- destination: platform=macOS,arch=arm64
8383
scheme: CodegenCLITests
8484
test-plan: CodegenCLITestPlan
8585
name: Codegen CLI Unit Tests - macOS
8686
run-js-tests: false
8787
# CodegenLib Test
88-
- destination: platform=macOS,arch=x86_64
88+
- destination: platform=macOS,arch=arm64
8989
scheme: ApolloCodegenTests
9090
test-plan: Apollo-Codegen-CITestPlan
9191
name: Codegen Lib Unit Tests - macOS
9292
run-js-tests: true
9393
# ApolloPagination Tests
94-
- destination: platform=macOS,arch=x86_64
94+
- destination: platform=macOS,arch=arm64
9595
scheme: ApolloPaginationTests
9696
test-plan: Apollo-PaginationTestPlan
9797
name: ApolloPagination Unit Tests - macOS

0 commit comments

Comments
 (0)