Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 authored Mar 21, 2024
1 parent 89f60de commit e323453
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-13 # to use the latest version that is available on GitHub Actions
runs-on: macos-latest # to use the latest version that is available on GitHub Actions
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
- name: Build
run: swift build
- name: Run tests
run: swift test # xcodebuild test -scheme Grape-Package -destination "platform=OS X"
run: xcodebuild test -scheme Grape-Package -destination "platform=macOS"
- name: Build DocC
run: | # If you use docc-plugin, you might be able to use docc-plugin command instead
mkdir -p docs &&
Expand Down

0 comments on commit e323453

Please sign in to comment.