Skip to content

Commit 4c715aa

Browse files
committed
peg to older swift
1 parent 239c10e commit 4c715aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build-release.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ jobs:
6060
- uses: maxim-lobanov/setup-xcode@v1
6161
with:
6262
xcode-version: '14.3.1'
63+
64+
# Peg to specific version as later swift versions break the build
65+
- uses: swift-actions/setup-swift@v2
66+
with:
67+
swift-version: '5.1.0'
6368

6469
- name: Checkout
6570
uses: actions/checkout@v4

0 commit comments

Comments
 (0)