Use macOS 10 in CI (#1282)

macOS jobs frequently fail. Since macos-11.0 support is considered experimental,
move to macos-10, using macos-latest so we automatically move to 11 when
stable.

See https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners

Signed-off-by: Kevin Petit <kevin.petit@arm.com>
This commit is contained in:
Kévin Petit
2021-07-02 10:34:13 +01:00
committed by GitHub
parent 69f0054001
commit 236cd73fa1

View File

@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
mainmatrix: [true]
os: [ubuntu-20.04, macos-11.0]
os: [ubuntu-20.04, macos-latest]
include:
- os: ubuntu-20.04
mainmatrix: true