Skip to content

Commit

Permalink
install latest xcode
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto committed Oct 18, 2023
1 parent 910a55f commit f8aaf06
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,16 @@ on:
pull_request:
jobs:
build:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4

- uses: swift-actions/setup-swift@v1
with:
swift-version: "5.3.0"
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '15.0'
- name: Get swift version
run: swift --version
- name: Build SDK
Expand Down

0 comments on commit f8aaf06

Please sign in to comment.