diff options
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/Test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Test.yml b/.github/workflows/Test.yml index 05599aeb8..fe2f576af 100644 --- a/.github/workflows/Test.yml +++ b/.github/workflows/Test.yml @@ -131,7 +131,7 @@ jobs: - name: '🧰 Checkout' uses: actions/checkout@v2 - - run: TASK=buster+mcode ./scripts/ci-run.sh -c --gplcompat + - run: TASK=bullseye+mcode ./scripts/ci-run.sh -c --gplcompat # # GNU/Linux |