mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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:
committed by
Damien George
parent
33cf1ab3cc
commit
d7cb54b93b
2
.github/workflows/ports_unix.yml
vendored
2
.github/workflows/ports_unix.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user