Skip to content

Commit

Permalink
add: xcode version handling on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Apr 27, 2024
1 parent c675e3f commit 545b349
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.2.0'
- uses: fwal/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
Expand Down

0 comments on commit 545b349

Please sign in to comment.