Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
lars2015 committed Aug 8, 2024
1 parent 29b8357 commit eb93137
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ on:

jobs:
build:
runs-on: [ubuntu-latest, ubuntu-24.04]
strategy:
matrix:
os: [ubuntu-latest, ubuntu-24.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: install
Expand All @@ -17,3 +20,6 @@ jobs:
run: cd src ; make STATIC=0
- name: check
run: cd src ; make check



0 comments on commit eb93137

Please sign in to comment.