Skip to content

Commit

Permalink
Bump setup swift GitHub action to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
pereBohigas committed Jan 30, 2025
1 parent 16ec801 commit 47b03e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
swift: ["5.9.0"]
swift: ["6.0.2"]
steps:
- uses: actions/checkout@v2
- uses: swift-actions/setup-swift@v1
- uses: actions/checkout@v4
- uses: swift-actions/setup-swift@v2
with:
swift-version: ${{ matrix.swift }}
- name: Resolve
Expand Down

0 comments on commit 47b03e0

Please sign in to comment.