ci(github): drop FSP tests in ubtuntu 22.04
This commit is contained in:
parent
20699b20b6
commit
404b3d0ce2
1 changed files with 7 additions and 6 deletions
13
.github/workflows/main.yml
vendored
13
.github/workflows/main.yml
vendored
|
|
@ -18,12 +18,13 @@ jobs:
|
|||
needs: check
|
||||
strategy:
|
||||
matrix:
|
||||
os:
|
||||
- ubuntu-24.04
|
||||
- ubuntu-22.04
|
||||
mode:
|
||||
- default
|
||||
- full-system-policy
|
||||
include:
|
||||
- os: ubuntu-24.04
|
||||
mode: default
|
||||
- os: ubuntu-24.04
|
||||
mode: full-system-policy
|
||||
- os: ubuntu-22.04
|
||||
mode: default
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue