Skip to content

CI: Fixed arch for macOS jobs #286

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

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

Conversation

stemann
Copy link

@stemann stemann commented Feb 26, 2025

macOS-latest is an aarch64 host, while macOS-13 is an x86_64 host - the Julia arch should match.

Also,

  • Added permissions required by julia-actions/cache.
  • Set a timeout around 3x the time to complete tests.

@stemann stemann force-pushed the feature/fix_ci_macos_arch branch from c6c6811 to 3cbe615 Compare February 26, 2025 15:05
Copy link

codecov bot commented Feb 26, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.12%. Comparing base (8472a71) to head (846e178).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #286      +/-   ##
==========================================
+ Coverage   72.96%   73.12%   +0.16%     
==========================================
  Files          12       12              
  Lines         614      614              
==========================================
+ Hits          448      449       +1     
+ Misses        166      165       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@maleadt
Copy link
Member

maleadt commented Mar 3, 2025

Looks like it's every time an assertion failure in PoCL: Could not find a dominating alternative variable. That should be fixed in the next version of PoCL, but it's unfortunate that it got exposed by a KA.jl bump.

macOS-latest is an aarch64 host, while macOS-13 is an x86_64 host - the Julia arch should match.
@stemann stemann force-pushed the feature/fix_ci_macos_arch branch from 3cbe615 to 6c83381 Compare March 3, 2025 10:26
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.

2 participants