Skip to content

ci: drop x64 arch pin from CI matrix#53

Merged
sethaxen merged 1 commit into
mainfrom
ci/drop-x64-arch-pin
Jun 19, 2026
Merged

ci: drop x64 arch pin from CI matrix#53
sethaxen merged 1 commit into
mainfrom
ci/drop-x64-arch-pin

Conversation

@sethaxen

Copy link
Copy Markdown
Member

The macOS-latest job is failing because macos-latest now resolves to an arm64-only image, and our matrix pins arch: x64 (see https://github.com/arviz-devs/ArviZExampleData.jl/actions/runs/27817239308/job/82321392867). arch never actually varied across this matrix, so this just drops it entirely and lets setup-julia pick the right architecture per runner.

macos-latest now resolves to an arm64-only image, and pinning arch: x64 makes setup-julia fail there. arch never actually varied across this matrix, so just drop it and let setup-julia pick the right one per runner.

Co-authored-by: Claude <noreply@anthropic.com>
@codecov

codecov Bot commented Jun 19, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.31%. Comparing base (6a24e93) to head (ed49a4f).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #53   +/-   ##
=======================================
  Coverage   84.31%   84.31%           
=======================================
  Files           5        5           
  Lines          51       51           
=======================================
  Hits           43       43           
  Misses          8        8           

☔ View full report in Codecov by Harness.
📢 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.

@sethaxen sethaxen merged commit d337c9f into main Jun 19, 2026
8 checks passed
@sethaxen sethaxen deleted the ci/drop-x64-arch-pin branch June 19, 2026 09:52
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.

1 participant