mirror of https://github.com/docker/cli.git
gha: update to use macos-12 runners
It's the minimum version supported by Docker Desktop Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
67c5a9b6ff
commit
f722e07c62
|
@ -45,7 +45,7 @@ jobs:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
os:
|
||||||
- macos-11
|
- macos-12
|
||||||
# - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history
|
# - windows-2022 # FIXME: some tests are failing on the Windows runner, as well as on Appveyor since June 24, 2018: https://ci.appveyor.com/project/docker/cli/history
|
||||||
steps:
|
steps:
|
||||||
-
|
-
|
||||||
|
|
Loading…
Reference in New Issue