From 971c192b0baa160dbe5877d04917ac7865babf99 Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Thu, 11 Sep 2025 18:09:01 -0700 Subject: [PATCH] Update macOS version in GitHub Actions workflow --- .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 0e2f077..d79f525 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -5,7 +5,7 @@ jobs: test: permissions: contents: read - runs-on: macos-15 + runs-on: macos-26 timeout-minutes: 10 steps: - uses: actions/checkout@v5