Skip to content

Commit 4c65c57

Browse files
authored
Update docker-image-quickrun.yml
1 parent a24bdec commit 4c65c57

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/docker-image-quickrun.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,12 @@ on:
99
jobs:
1010

1111
build:
12-
13-
runs-on: ubuntu-latest
12+
13+
runs-on: ${{ matrix.runs-on }}
14+
strategy:
15+
fail-fast: false
16+
matrix:
17+
runs-on: [ubuntu-latest, macos-latest ]
1418

1519
steps:
1620
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)