diff options
| author | Angus Gratton <angus@redyak.com.au> | 2025-09-24 14:33:18 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-10-04 15:51:29 +1000 |
| commit | d7cb54b93b184a0fa026f201131c2acb86a4ef25 (patch) | |
| tree | e2a1761b7e7df0099fb61f44ddf3e9e1c19d7bd6 | |
| parent | 33cf1ab3ccabecd156176ceebcd56332e8a5d325 (diff) | |
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>
| -rw-r--r-- | .github/workflows/ports_unix.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ports_unix.yml b/.github/workflows/ports_unix.yml index d406a912a..deee7b265 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 |
