Skip to content

Commit 02f2ee7

Browse files
committed
Add test environment
1 parent 693bfa1 commit 02f2ee7

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ on: [push, pull_request]
44

55
jobs:
66
fibdrv-check:
7-
strategy:
8-
matrix:
9-
os: [ubuntu-22.04, ubuntu-24.04]
10-
runs-on: ${{ matrix.os }}
7+
runs-on: [ubuntu-22.04, ubuntu-24.04]
118
steps:
129
- uses: actions/checkout@v3.3.0
1310
- name: install-dependencies
@@ -23,7 +20,7 @@ jobs:
2320
make check
2421
2522
coding-style:
26-
runs-on: ${{ matrix.os }}
23+
runs-on: [ubuntu-22.04, ubuntu-24.04]
2724
steps:
2825
- uses: actions/checkout@v3.3.0
2926
- name: coding convention

0 commit comments

Comments
 (0)