Skip to content

Fix macOS e2e workflow assertions - #1184

Merged
brunoborges merged 1 commit into
actions:mainfrom
brunoborges:brunoborges-fix-workflow-run
Jul 30, 2026
Merged

Fix macOS e2e workflow assertions#1184
brunoborges merged 1 commit into
actions:mainfrom
brunoborges:brunoborges-fix-workflow-run

Conversation

@brunoborges

Copy link
Copy Markdown
Contributor

Description:
The macOS e2e workflow was failing after macos-latest resolved to an arm64 runner. The action exports Java home variables using AARCH64, while the workflow assertions used the runner label ARM64, so the checks looked for the wrong environment variable names.

This normalizes the workflow assertions from ARM64 to AARCH64 before checking JAVA_HOME_* variables. It also excludes the unsupported adopt-openj9 + macos-latest version-file matrix entry, since adopt-openj9 does not provide macOS arm64 builds for that Java version.

Related issue:
N/A

Check list:

  • Ran npm run check locally (format, lint, build, test) and all checks pass.
  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

Normalize ARM64 runner architecture when checking exported JAVA_HOME variables and skip the unsupported adopt-openj9 macOS arm64 version-file matrix entry.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>

Copilot-Session: e78541cb-82b7-4fc2-8ffc-b1e5799efbce
@brunoborges
brunoborges requested a review from a team as a code owner July 30, 2026 19:33
Copilot AI review requested due to automatic review settings July 30, 2026 19:33

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Pull request overview

This PR fixes macOS e2e workflow failures that occurred when macos-latest began resolving to ARM64 runners by aligning workflow assertions with the action’s exported JAVA_HOME_<major>_<arch> variable naming (the action uses canonical AARCH64, not the runner label ARM64). It also avoids a known-bad matrix combination where adopt-openj9 lacks macOS ARM64 builds for the tested version-file flow.

Changes:

  • Normalize RUNNER_ARCH=ARM64 to AARCH64 in PowerShell assertions before checking JAVA_HOME_* variables.
  • Exclude the adopt-openj9 + macos-latest matrix entry for version-file major.minor.patch tests.
Show a summary per file
File Description
.github/workflows/e2e-versions.yml Updates macOS ARM64-related env var assertions and excludes an unsupported OpenJ9 macOS-latest matrix combination to restore e2e stability.

Review details

Tip

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

  • Files reviewed: 1/1 changed files
  • Comments generated: 0
  • Review effort level: Low

@brunoborges
brunoborges merged commit 9a8c300 into actions:main Jul 30, 2026
87 checks passed
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