mxcl/swift-sh

CI won't build linux with swift 5.1

haikusw opened this issue · 0 comments

CI won't build current Linux w/ swift 5.1 workflow because of an error. Reported it and got this reply:

"GitHub bumped the version of Ubuntu that ubuntu-latest points to and older versions of Swift aren't available on that version."

swift-actions/setup-swift#202 (comment)

So maybe change that workflow to not use linux-latest and point to a specific older version of linux that supports swift 5.1? Or remove 5.1 linux from the workflows (?).

This came up because I updated a comment on my PR #140 and CI tried to build the change and failed.