mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-04-19 23:30:02 +02:00
ci: add macos-13 to the matrix
This commit is contained in:
parent
12e445b81b
commit
c33ee55bce
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -23,6 +23,7 @@ jobs:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- macos-13
|
||||
- macos-latest
|
||||
- windows-latest
|
||||
version:
|
||||
@ -181,7 +182,13 @@ jobs:
|
||||
uses: crazy-max/ghaction-dump-context@v2
|
||||
|
||||
build-macos:
|
||||
runs-on: macos-latest
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os:
|
||||
- macos-13
|
||||
- macos-latest
|
||||
steps:
|
||||
-
|
||||
name: Checkout
|
||||
|
Loading…
x
Reference in New Issue
Block a user