Skip to content

build: Update macOS image version in CLI tests workflow#223

Open
rahulkanneri-2u wants to merge 2 commits into
masterfrom
boms-350-macos-15-intel
Open

build: Update macOS image version in CLI tests workflow#223
rahulkanneri-2u wants to merge 2 commits into
masterfrom
boms-350-macos-15-intel

Conversation

@rahulkanneri-2u

@rahulkanneri-2u rahulkanneri-2u commented Jun 30, 2026

Copy link
Copy Markdown

Summary

Bumped the macOS runner label used by the CLI tests workflow from macos-13 to macos-26-intel.

Background

The workflow was previously using macos-13, which is being deprecated by GitHub Actions. During the deprecation period, jobs using macos-13 may fail because of scheduled brownouts.

PR #224 moved the workflow from macos-13 to macos-latest, but macos-latest also failed for this workflow. The job installs Docker through Homebrew and starts Docker using Colima. On macos-latest, the Homebrew installation succeeds, but Colima fails while starting its VM:

error starting vm: error at 'creating and starting': exit status 1

Since this workflow needs a stable Intel/x86_64 macOS environment for Docker/Colima, macos-26-intel is the better target. GitHub also recommends macos-26-intel for workflows that require the Intel environment.

Validation

Tested with macos-26-intel; Colima starts successfully and the Docker/Compose steps run as expected.


I've completed each of the following or determined they are not applicable:

  • Made a plan to communicate any major developer interface changes (or N/A)

Copilot AI review requested due to automatic review settings June 30, 2026 13:30

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

Updates the GitHub Actions “CLI tests” workflow to run macOS jobs on a newer macOS runner image, keeping the CI environment current for CLI-targeted test coverage.

Changes:

  • Bumped the macOS runner label used by the CLI tests workflow from macos-13 to macos-15-intel.

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

Comment thread .github/workflows/cli-tests.yml Outdated
@rahulkanneri-2u rahulkanneri-2u requested review from a team, ktyagiapphelix2u and timmc-edx July 1, 2026 06:26
Copilot AI review requested due to automatic review settings July 1, 2026 08:30

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread .github/workflows/cli-tests.yml
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