Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleksii Oliinyk committed Sep 7, 2023
1 parent 9bd824e commit bf4c31b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ on:
jobs:
build:

runs-on: macos-13.4
runs-on: macos-13

steps:
- uses: actions/checkout@v3
- name: Select Xcode 14.3.1
run: sudo xcode-select -s /Applications/Xcode_14.3.1.app
- name: Build
run: swift build -v
- name: Run tests
Expand Down

0 comments on commit bf4c31b

Please sign in to comment.