From 55d532189c49f9f7c16ac471668201a96fd5213b Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Wed, 1 Apr 2026 00:26:36 -0400 Subject: [PATCH 1/2] ci: trigger macOS e2e to validate Apple Container install step From f66d2a3b05174ca96020d39154dabe998beec2f5 Mon Sep 17 00:00:00 2001 From: Ryan Whitworth Date: Wed, 1 Apr 2026 00:29:40 -0400 Subject: [PATCH 2/2] Fix Apple Container verify command: system version, not system info v0.11.0 doesn't have a "system info" subcommand. The correct command is "container system version". --- .github/workflows/macos-e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos-e2e.yml b/.github/workflows/macos-e2e.yml index 6ffcd6f5..209d0657 100644 --- a/.github/workflows/macos-e2e.yml +++ b/.github/workflows/macos-e2e.yml @@ -43,7 +43,7 @@ jobs: rm container-installer.pkg - name: Verify Apple Container - run: container system info + run: container system version - name: Build CLI run: cargo build --release -p openshell-cli