Skip to content

Commit 90e52fc

Browse files
authored
Update build-ubuntu.yml
1 parent 3eb4598 commit 90e52fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Build on Ubuntu with Swift ${{matrix.swift}}
1212
strategy:
1313
matrix:
14-
swift: ["5.10", "5.9", "5.8"]
14+
swift: ["6.0", "5.10", "5.9", "5.8"]
1515
runs-on: ubuntu-latest
1616
container:
1717
image: swift:${{matrix.swift}}

0 commit comments

Comments
 (0)