1
0
mirror of https://github.com/docker/cli.git synced 2026-01-28 04:20:55 +03:00

Merge pull request #6530 from thaJeztah/bump_macos

gha: add macOS 15, remove macOS 13 (deprecated)
This commit is contained in:
Paweł Gronowski
2025-10-03 14:04:10 +00:00
committed by GitHub

View File

@@ -53,8 +53,9 @@ jobs:
fail-fast: false
matrix:
os:
- macos-13 # macOS 13 on Intel
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
- macos-14 # macOS 14 on arm64 (Apple Silicon M1)
- macos-15-intel # macOS 15 on Intel
- macos-15 # macOS 15 on arm64 (Apple Silicon M1)
# - 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:
-