Skip to content

Commit 866d288

Browse files
authored
Use latest stable version of Xcode
1 parent 86b6d64 commit 866d288

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/objective-c-xcode.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
runs-on: macos-latest
1313

1414
steps:
15+
- name: Set Xcode version
16+
uses: maxim-lobanov/setup-xcode@v1
17+
with:
18+
xcode-version: latest-stable
1519
- name: Checkout
1620
uses: actions/checkout@v4
1721
- name: Build for macOS

0 commit comments

Comments
 (0)