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
|
needs: check
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os:
|
include:
|
||||||
- ubuntu-24.04
|
- os: ubuntu-24.04
|
||||||
- ubuntu-22.04
|
mode: default
|
||||||
mode:
|
- os: ubuntu-24.04
|
||||||
- default
|
mode: full-system-policy
|
||||||
- full-system-policy
|
- os: ubuntu-22.04
|
||||||
|
mode: default
|
||||||
steps:
|
steps:
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue