Skip to content

Commit

Permalink
Build on multiple os
Browse files Browse the repository at this point in the history
  • Loading branch information
peckto committed Mar 3, 2023
1 parent 8cef80c commit 2d10b12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ on:

jobs:
build:

runs-on: ubuntu-latest

runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [debian-latest, fedora-latest, opensuse-latest, ubuntu-latest]
steps:
- uses: actions/checkout@v2
- name: prepare
Expand Down

0 comments on commit 2d10b12

Please sign in to comment.