mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-12-14 18:01:15 +00:00
ci: test macos-14 runner
This commit is contained in:
parent
95a170fa60
commit
a5412be848
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-14
|
||||
- macos-13
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
|
|
@ -187,6 +188,7 @@ jobs:
|
|||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-14
|
||||
- macos-13
|
||||
- macos-latest
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue