-
Notifications
You must be signed in to change notification settings - Fork 158
Change ci runner #906
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
Change ci runner #906
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #906 +/- ##
==========================================
- Coverage 72.77% 72.66% -0.12%
==========================================
Files 150 150
Lines 34196 34057 -139
==========================================
- Hits 24886 24746 -140
- Misses 9310 9311 +1 ☔ View full report in Codecov by Sentry. |
.github/workflows/ci.yaml
Outdated
- name: Install Docker | ||
run: | | ||
brew install docker docker-compose colima | ||
mkdir -p ~/.docker/cli-plugins | ||
ln -sfn /usr/local/opt/docker-compose/bin/docker-compose ~/.docker/cli-plugins/docker-compose | ||
colima start |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does any of the actions actually use Docker?
You need to install gmp and add the following to the environment for CFLAGS=-I/opt/homebrew/opt/gmp/include LDFLAGS=-L/opt/homebrew/opt/gmp/lib Install it with |
Change CI runners from self-hosted to macos-latest.