From 404b3d0ce2d2bdfd856db54f0c71bdc98a0bd29e Mon Sep 17 00:00:00 2001 From: Alexandre Pujol Date: Mon, 10 Mar 2025 00:03:30 +0100 Subject: [PATCH] ci(github): drop FSP tests in ubtuntu 22.04 --- .github/workflows/main.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c97229256..584b0b75a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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