Skip to content

Commit

Permalink
fix invalid workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
boldandbrad committed Nov 10, 2023
1 parent 5f17100 commit 10ee7b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
workflow_dispatch:
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v3
- run: |
Expand Down

0 comments on commit 10ee7b9

Please sign in to comment.