Skip to content

Commit ac73a78

Browse files
committedNov 14, 2024
🐞 fix: Change xcode version to v16.1
1 parent 0b16c2e commit ac73a78

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/macos_arm64_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup XCode
4141
uses: maxim-lobanov/setup-xcode@v1
4242
with:
43-
xcode-version: latest
43+
xcode-version: '16.1'
4444

4545
- name: Setup Path
4646
run: |

‎.github/workflows/macos_x86_64_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup XCode
4141
uses: maxim-lobanov/setup-xcode@v1
4242
with:
43-
xcode-version: latest
43+
xcode-version: '16.1'
4444

4545
- name: Setup Path
4646
run: |

0 commit comments

Comments
 (0)