You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/build.yml
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -500,23 +500,21 @@ jobs:
500
500
sh phpUnionVectorTest.sh
501
501
502
502
build-swift:
503
-
name: Test Swift
503
+
name: Test Swift Linux
504
504
strategy:
505
505
matrix:
506
506
swift: ["5.10", "6.1", "6.2"]
507
507
# Only 22.04 has swift at the moment https://github.com/actions/runner-images/blob/main/images/ubuntu/Ubuntu2204-Readme.md?plain=1#L30
0 commit comments