-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Update CI runners to Ubuntu 24.04 and macOS Sonoma #3208
base: master
Are you sure you want to change the base?
Conversation
324549f
to
7cd7836
Compare
Strange build error on i386 🤔 |
I was debugging on an EC2 instance and found
|
Thanks, that's it! |
7cd7836
to
d17e6ef
Compare
@@ -164,8 +164,6 @@ jobs: | |||
file ./jq | |||
cp ./jq jq-${{ env.SUFFIX }} | |||
- name: Test | |||
# Only run tests for amd64 matching the CI machine arch | |||
if: ${{ matrix.arch == 'amd64' }} |
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.
Why did we skip before? was slow?
We still need to wait for action runner updates for glib. |
glibc? aha and now i noticed it still fails for i386 |
No description provided.