Skip to content

Commit

Permalink
Update c-cpp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gkorland committed May 3, 2021
1 parent d489530 commit 72b3766
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@ on:

jobs:
build:

runs-on: ubuntu-latest
runs-on: ${{ matix.os }}
strategy:
matrix:
os: [ubuntu-latest, ubuntu-20.04, ubuntu-18.04]

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

0 comments on commit 72b3766

Please sign in to comment.