Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EdgarDegas committed Mar 29, 2024
1 parent 1810cf4 commit 520d8a0
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,15 @@ on:
jobs:
build:

runs-on: macos-latest
runs-on: macos-14

steps:
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- uses: swift-actions/setup-swift@v2
with:
swift-version: "5.10.0"
- uses: actions/checkout@v4
- name: Run tests
run: swift test -v
run: swift test

0 comments on commit 520d8a0

Please sign in to comment.