Skip to content

Commit

Permalink
Update swift.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
li3zhen1 committed Mar 21, 2024
1 parent e323453 commit fdae2eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: Swift CI

on:
# trigger this workflow whenever "main" branch has been pushed
push:
branches: [ "main" ]

Expand All @@ -15,7 +14,7 @@ jobs:
environment:
name: github-pages
url: ${{ steps.deployment.outputs.page_url }}
runs-on: macos-latest # to use the latest version that is available on GitHub Actions
runs-on: macos-14
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3
Expand Down

0 comments on commit fdae2eb

Please sign in to comment.