Skip to content

Commit

Permalink
ci: Matrix Ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Oct 6, 2024
1 parent 2d00737 commit 91d6639
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ on: [push]

jobs:
build:
runs-on: ubuntu-24.04
name: ${{ matrix.name }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
runs-on: ${{ matrix.os }}

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

0 comments on commit 91d6639

Please sign in to comment.