Skip to content

Commit

Permalink
Update Swift.yml
Browse files Browse the repository at this point in the history
Migrated to swift action version 2 one is not running anymore
  • Loading branch information
tkausch authored Aug 22, 2024
1 parent 6d96271 commit 8410e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
swift: ["5.9"]
steps:
- uses: swift-actions/setup-swift@v1
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Get swift version
Expand Down

0 comments on commit 8410e31

Please sign in to comment.