From d7cb54b93b184a0fa026f201131c2acb86a4ef25 Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Wed, 24 Sep 2025 14:33:18 +1000 Subject: [PATCH] github/workflows: Switch to macos-26 for unix CI. To test if Apple Clang 17.0.0 + macOS 26 builds the unix port cleanly. Signed-off-by: Angus Gratton --- .github/workflows/ports_unix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ports_unix.yml b/.github/workflows/ports_unix.yml index d406a912a4..deee7b265f 100644 --- a/.github/workflows/ports_unix.yml +++ b/.github/workflows/ports_unix.yml @@ -232,7 +232,7 @@ jobs: run: tests/run-tests.py --print-failures macos: - runs-on: macos-latest + runs-on: macos-26 steps: - uses: actions/checkout@v5 - uses: actions/setup-python@v6