Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
The project properly builds, however, there is an issue with the workflow that is making it use macos 10.15, and some methods are not supported on that platform. I do not know how to change it right now, so I will leave it for the future.
  • Loading branch information
Elyahu41 authored Dec 26, 2023
1 parent a3c5d1d commit 1655daf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v
#- name: Build
# run: swift build -v
#- name: Run tests
# run: swift test -v

0 comments on commit 1655daf

Please sign in to comment.