Skip to content

fix(ci): pin Foundry version#110

Merged
mickvandijke merged 1 commit into
mainfrom
fix/ci-pin-foundry-v1-7-1
May 21, 2026
Merged

fix(ci): pin Foundry version#110
mickvandijke merged 1 commit into
mainfrom
fix/ci-pin-foundry-v1-7-1

Conversation

@mickvandijke
Copy link
Copy Markdown
Collaborator

Summary

  • Pin Foundry CI installs to v1.7.1 via a shared workflow env var
  • Avoid the unauthenticated nightly release tag lookup that failed with GitHub API 403s on the macOS job

Testing

  • git diff --check -- .github/workflows/ci.yml

Copilot AI review requested due to automatic review settings May 21, 2026 14:44
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Pins the Foundry toolchain version used in CI to avoid failures caused by unauthenticated nightly tag lookups (notably on macOS runners), improving CI reliability and reproducibility.

Changes:

  • Introduced a workflow-level FOUNDRY_VERSION env var set to v1.7.1.
  • Updated Foundry installation steps to use the pinned version instead of nightly.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@mickvandijke mickvandijke merged commit 2fb7eed into main May 21, 2026
13 checks passed
@mickvandijke mickvandijke deleted the fix/ci-pin-foundry-v1-7-1 branch May 21, 2026 15:22
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.

3 participants