From ed8f28da012a2555f84c07a43ef78097384d4e85 Mon Sep 17 00:00:00 2001 From: Peter Zhu Date: Thu, 14 May 2026 18:08:14 -0400 Subject: [PATCH] Bump CI image to macOS 26 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9ac0bb5..d8b7cdf 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -22,7 +22,7 @@ jobs: - mmtk_plan: Immix mmtk_build: debug timeout: 150 - os: [macos-latest, ubuntu-latest] + os: [macos-26, ubuntu-latest] env: GITPULLOPTIONS: --no-tags origin ${{ github.ref }}