Skip to content

Commit

Permalink
Update build-ubuntu.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makoni authored Sep 19, 2024
1 parent 3eb4598 commit 90e52fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Build on Ubuntu with Swift ${{matrix.swift}}
strategy:
matrix:
swift: ["5.10", "5.9", "5.8"]
swift: ["6.0", "5.10", "5.9", "5.8"]
runs-on: ubuntu-latest
container:
image: swift:${{matrix.swift}}
Expand Down

0 comments on commit 90e52fc

Please sign in to comment.