-
Notifications
You must be signed in to change notification settings - Fork 99
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
Pytest sync, update workflows #571
Pytest sync, update workflows #571
Conversation
…mpatibility with dev
…ssary apt upgrades
win tests work, great! |
I regularly build on intel mac without any issues and I have never seen errors like in this github mac build. |
I've merged this into #575 for working on fixing the mac builds. So far got it working on macos-11, but not yet on macos-12 / macos-latest runners |
macOS 12 (Monterrey) and latest XCode |
Given that gcc 8 series is so old that it hasn't been supported by GNU for nearly 2 years, it would seem that the "proper" path forward would be to update any code which no longer meets industry standards. |
Release v1.2.2-2
Sync pytests with research branch
Minor tests fixes to correctly work with dev branch
Switch to 30s blocktime bootstrap for pytests
Update version of GH actions from deprecated ones (v1 -> v3) https://github.com/actions/checkout https://github.com/actions/upload-artifact https://github.com/actions/download-artifact
Fix windows CI build
@dimxy @DeckerSU There are issues with macOS build, I don't have Intel mac to recheck locally and it's problematic to debug the build in Actions - macOS eats Actions usage time too fast. Please take a look when you can.
Draft for now, need to fix macOS first.Still an improvement over current state. )Also should close: #560