Skip to content

Commit c8a105f

Browse files
committed
Stop forcing Xcode versions
The base images are advanced enough that these don't need to be controlled any more.
1 parent 8e53da2 commit c8a105f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ jobs:
1414
matrix:
1515
MODE: ["Debug", "Release"]
1616
steps:
17-
# The "macos-14" image defaults to 15.0.1, select the newer Xcode.
18-
- name: Xcode version
19-
run: sudo xcode-select -switch /Applications/Xcode_15.2.app
2017
- uses: actions/checkout@v4
2118
- name: Build and Test
2219
run: |
@@ -35,9 +32,6 @@ jobs:
3532
matrix:
3633
MODE: ["Debug", "Release"]
3734
steps:
38-
# The "macos-14" image defaults to 15.0.1, select the newer Xcode.
39-
- name: Xcode version
40-
run: sudo xcode-select -switch /Applications/Xcode_15.2.app
4135
- uses: actions/checkout@v4
4236
- name: Build and Test
4337
run: |
@@ -56,9 +50,6 @@ jobs:
5650
matrix:
5751
MODE: ["dbg", "opt"]
5852
steps:
59-
# The "macos-14" image defaults to 15.0.1, select the newer Xcode.
60-
- name: Xcode version
61-
run: sudo xcode-select -switch /Applications/Xcode_15.2.app
6253
- uses: actions/checkout@v4
6354
- name: bazel test
6455
run: |
@@ -71,9 +62,6 @@ jobs:
7162
# Can't shard by platform because of https://github.com/CocoaPods/CocoaPods/issues/11358
7263
CONFIGURATION: ["Debug", "Release"]
7364
steps:
74-
# The "macos-14" image defaults to 15.0.1, select the newer Xcode.
75-
- name: Xcode version
76-
run: sudo xcode-select -switch /Applications/Xcode_15.2.app
7765
- uses: actions/checkout@v4
7866
- name: Pod lib lint
7967
run: |

0 commit comments

Comments
 (0)