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 <angus@redyak.com.au>
This commit is contained in:
Angus Gratton
2025-09-24 14:33:18 +10:00
committed by Damien George
parent 33cf1ab3cc
commit d7cb54b93b

View File

@@ -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