Skip to content

Commit 545b349

Browse files
committed
add: xcode version handling on ci
1 parent c675e3f commit 545b349

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/builds.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919
steps:
2020
- uses: actions/checkout@v4
21+
- uses: maxim-lobanov/setup-xcode@v1
22+
with:
23+
xcode-version: '15.2.0'
2124
- uses: fwal/setup-swift@v2
2225
with:
2326
swift-version: ${{ matrix.swift }}

0 commit comments

Comments
 (0)