There was an error while loading. Please reload this page.
1 parent aee624c commit fc761c6Copy full SHA for fc761c6
1 file changed
.github/workflows/ci.yml
@@ -54,6 +54,11 @@ jobs:
54
- name: Git Checkout
55
uses: actions/checkout@v5
56
57
+ - name: Install xcodes
58
+ run: |
59
+ brew uninstall xcodes
60
+ brew install xcodesorg/made/xcodes
61
+
62
- name: Select Xcode
63
run: sudo xcodes select ${{ matrix.xcode || '26.6' }}
64
@@ -133,6 +138,11 @@ jobs:
133
138
134
139
135
140
141
142
143
144
145
136
146
137
147
run: sudo xcodes select 26.6
148
0 commit comments