Skip to content

Commit

Permalink
peg to older swift
Browse files Browse the repository at this point in the history
  • Loading branch information
philsturgeon committed Sep 26, 2024
1 parent 239c10e commit 4c715aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.3.1'

# Peg to specific version as later swift versions break the build
- uses: swift-actions/setup-swift@v2
with:
swift-version: '5.1.0'

- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 4c715aa

Please sign in to comment.