Skip to content

Commit

Permalink
xcode 15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
amagyar-iohk committed Mar 12, 2024
1 parent 058210c commit 352aac6
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,13 @@ jobs:
- name: Adding Known Hosts
run: ssh-keyscan -H github.com >> ~/.ssh/known_hosts

- uses: swift-actions/setup-swift@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
swift-version: '5.10'

- name: Echo
run: swift --version
xcode-version: '15.2'

- name: Build and test
run: |
swift build -c debug
swift build
- name: Generate momd
run: |
Expand Down

0 comments on commit 352aac6

Please sign in to comment.