Skip to content

Commit

Permalink
Improved GitHub action workflow pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
nthnn committed Jan 27, 2024
1 parent fb1c02d commit 0916cb4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: Build Test
on: [push]

jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
build:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]

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

0 comments on commit 0916cb4

Please sign in to comment.