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
Even though specific Swift versions are installed during the GitHub Actions run, they go back to using the Swift version that comes with macOS-latest, which is currently 5.2.4
Describe the bug:
Even though specific Swift versions are installed during the GitHub Actions run, they go back to using the Swift version that comes with
macOS-latest
, which is currently 5.2.4To Reproduce:
Push a commit, or look here: https://github.com/Samasaur1/DiceKit/runs/831553613
Expected behavior:
That example should be using Swift 4.2.4 (and therefore fail, because I was using function builders.
Implementation Details:
Additional context:
This isn't a problem with the library itself.
The text was updated successfully, but these errors were encountered: