github/workflows: Use macos-latest for unix macos CI.

macos-11.0 is no longer available.

With this change in the macos version, some tests which previously failed
now pass, and some different tests now fail.  Exclude those that fail from
the CI until they can be fixed properly.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2024-07-14 23:47:21 +10:00
parent 4fdad8eabe
commit abbce268af
2 changed files with 4 additions and 4 deletions

View File

@@ -194,7 +194,7 @@ jobs:
run: tests/run-tests.py --print-failures
macos:
runs-on: macos-11.0
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5