diff options
author | umarcor <unai.martinezcorral@ehu.eus> | 2021-08-16 07:08:33 +0200 |
---|---|---|
committer | umarcor <unai.martinezcorral@ehu.eus> | 2021-08-23 21:18:15 +0200 |
commit | b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9 (patch) | |
tree | ed0378454702e328e497bb211786ff9b94f7a1cf /.github/workflows | |
parent | dac2e4dca824f413821962eeac314ceaf56925a7 (diff) | |
download | ghdl-b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9.tar.gz ghdl-b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9.tar.bz2 ghdl-b48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9.zip |
Debian Bullseye was released
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 |