Skip to content

Commit

Permalink
Use correct Debian values in validate-source-build.
Browse files Browse the repository at this point in the history
  • Loading branch information
jewelpit committed Apr 17, 2024
1 parent 0ee6337 commit 1c64bff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- image: debian:sid
deps-script: install-apt-deps.sh
codename: $VERSION_CODENAME
pretty-name: $NAME $VERSION
codenames: $UBUNTU_CODENAMES
pretty-name: $PRETTY_NAME
codenames: $DEBIAN_CODENAMES
- image: fedora:rawhide
deps-script: install-rpm-deps.sh
codename: $VERSION_ID
Expand Down

0 comments on commit 1c64bff

Please sign in to comment.