Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(providers): use core24 buildd daily image for devel #4532

Merged
merged 9 commits into from
Feb 13, 2024
2 changes: 1 addition & 1 deletion snapcraft/providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"core18": bases.BuilddBaseAlias.BIONIC,
"core20": bases.BuilddBaseAlias.FOCAL,
"core22": bases.BuilddBaseAlias.JAMMY,
"devel": bases.BuilddBaseAlias.DEVEL,
"devel": bases.BuilddBaseAlias.NOBLE,
}

# TODO: move to a package data file for shellcheck and syntax highlighting
Expand Down
Loading