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>
(cherry picked from commit f722e07c62)
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
This commit is contained in:
Sebastiaan van Stijn 2024-01-15 15:00:09 +01:00 committed by Austin Vazquez
parent e7f68af778
commit fcfe5f32af
No known key found for this signature in database
GPG Key ID: 5F5F4008442CADB8
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ jobs:
fail-fast: false
matrix:
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
steps:
-