Skip to content

Commit

Permalink
Update docker-image-quickrun.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Jan 9, 2025
1 parent a24bdec commit 4c65c57
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/docker-image-quickrun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,12 @@ on:
jobs:

build:

runs-on: ubuntu-latest

runs-on: ${{ matrix.runs-on }}
strategy:
fail-fast: false
matrix:
runs-on: [ubuntu-latest, macos-latest ]

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 4c65c57

Please sign in to comment.