Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GitHub Actions are all running on Swift 5.2.4 #80

Closed
Samasaur1 opened this issue Jul 2, 2020 · 2 comments · Fixed by #81
Closed

GitHub Actions are all running on Swift 5.2.4 #80

Samasaur1 opened this issue Jul 2, 2020 · 2 comments · Fixed by #81

Comments

@Samasaur1
Copy link
Owner

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.4

To 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:

  • Development OS: irrelevant
  • Target OS: irrelevant
  • DiceKit Version 0.21.0

Additional context:

This isn't a problem with the library itself.

@Samasaur1 Samasaur1 added bug Something isn't working internal change Something that only changes on the inside labels Jul 2, 2020
@Samasaur1
Copy link
Owner Author

Using fwal/swift-setup will fix this issue, although Swift 4.2.4 on macOS doesn't seem to work because it tries to build AppKit for some reason

@Samasaur1
Copy link
Owner Author

See this comment: #81 (comment) for more info on Swift 4.2.4

@ghost ghost removed Pending PR bug Something isn't working internal change Something that only changes on the inside labels Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant