From 2b4f711edfcfb553ae072b4e2069b5af9c3ae831 Mon Sep 17 00:00:00 2001 From: Ethan Turkeltaub Date: Wed, 25 Feb 2026 10:20:52 -0500 Subject: [PATCH] Update CI to use macOS 26 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3e3e614c..12fa360e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: - eMac - mercury os: - - macos-15 + - macos-26 steps: - name: Checkout code uses: actions/checkout@v4