Skip to content

Commit 1e1a83f

Browse files
committed
ci: Configure xcode version
1 parent 455c779 commit 1e1a83f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@ jobs:
2222

2323
# Steps represent a sequence of tasks that will be executed as part of the job
2424
steps:
25+
- name: Configure xcode version
26+
uses: maxim-lobanov/setup-xcode
27+
with:
28+
xcode-version: "14.1"
29+
2530
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2631
- uses: actions/checkout@v3
2732

0 commit comments

Comments
 (0)