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

Fix broken workflow #164

Closed
wants to merge 2 commits into from
Closed

Conversation

myaaaaaaaaa
Copy link
Contributor

@myaaaaaaaaa myaaaaaaaaa commented Jun 26, 2024

The go 1.12 test is currently failing for macos-latest because it's now on arm64, which only goes back to go 1.19. See https://github.com/go-gl/gl/actions/runs/9686520667/job/26729113129

This PR resolves this by removing the go 1.12+macos-latest and go 1.12+windows-latest tests, leaving only ubuntu-latest since it's the most stable OS for old Go versions. Note that go 1.17 is still being tested with all three OS's.

I also took the opportunity to change go-versions from go 1.12+go 1.17 to go.mod+stable to future-proof the workflow a little bit better.

@myaaaaaaaaa myaaaaaaaaa changed the title Fix out-of-date workflow Fix broken workflow Aug 15, 2024
@myaaaaaaaaa myaaaaaaaaa closed this by deleting the head repository Sep 22, 2024
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 this pull request may close these issues.

1 participant