aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPatrick Lehmann <Patrick.Lehmann@plc2.de>2021-08-23 22:08:43 +0200
committerGitHub <noreply@github.com>2021-08-23 22:08:43 +0200
commiteca2196d27d042c83b2806c90e08931bb8a1d308 (patch)
tree896b055e52f6476cd4b6772ac3e9e95b3a7f2966 /.github
parentc58dff10cb3d4d7f942ecd43169cd4681afe26f1 (diff)
parentb48e937faadeebe74f4b2aa5cd82c7a9e51b8ec9 (diff)
downloadghdl-eca2196d27d042c83b2806c90e08931bb8a1d308.tar.gz
ghdl-eca2196d27d042c83b2806c90e08931bb8a1d308.tar.bz2
ghdl-eca2196d27d042c83b2806c90e08931bb8a1d308.zip
Changed Debian 'Buster' to 'Bullseye'
Diffstat (limited to '.github')
-rw-r--r--.github/ISSUE_TEMPLATE/bug_report.md2
-rw-r--r--.github/workflows/Test.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 86366a49f..2bee3bc40 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -25,7 +25,7 @@ begin
end;
```
-```sh :image: ghdl/ghdl:buster-mcode
+```sh :image: ghdl/ghdl:bullseye-mcode
ghdl -a ent.vhd
ghdl --elab-run ent
```
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