Skip to content

Commit

Permalink
Changed Debian 'Buster' to 'Bullseye'
Browse files Browse the repository at this point in the history
  • Loading branch information
Paebbels committed Aug 23, 2021
2 parents c58dff1 + b48e937 commit eca2196
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@ ci_run () {
tests="sanity"

case "$GHDL_IMAGE_TAG" in
*ubuntu20*|*buster*)
*ubuntu20*|*buster*|*bullseye*)
GHDL_TEST_IMAGE="test:$GHDL_IMAGE_TAG-py"
gstart "[CI] Docker build $GHDL_TEST_IMAGE" "$ANSI_BLUE"
docker build -t "$GHDL_TEST_IMAGE" . -f- <<-EOF
Expand Down

0 comments on commit eca2196

Please sign in to comment.