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

ci: Migrate off macos-11 #5500

Open
wants to merge 5 commits into
base: master
Choose a base branch
from
Open

ci: Migrate off macos-11 #5500

wants to merge 5 commits into from

Conversation

robin-aws
Copy link
Member

@robin-aws robin-aws commented May 28, 2024

Description

#5493 moved everything to macos-11, but that turns out to be horribly slow in the nightly publish-release step because brew seems to have no prebuilt casks for anything (probably because OS 11 is deprecated/unsupported now).

This moves us to macos-13 instead. I'm avoiding macos-14 because that image is ARM based and seemed to be underpowered, and we don't have access to the intel-based macos-14-large.

Since macos-13 triggers an error CS8078: An expression is too long or complex to compile error on Dafny generated code for some reason, also commented out a piece of an Optimize() method that was exploding into over 400 lines of deeply nested if/then/elses.

How has this been tested?

By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.

@robin-aws robin-aws added the run-deep-tests Tells CI to run all tests label May 28, 2024
@robin-aws robin-aws marked this pull request as ready for review May 28, 2024 23:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
run-deep-tests Tells CI to run all tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant