mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
[ubuntu] Refactor bash functions (#9055)
This commit is contained in:
committed by
GitHub
parent
d16bc5f120
commit
503ae89818
@@ -9,7 +9,7 @@ source $HELPER_SCRIPTS/os.sh
|
||||
LSB_CODENAME=$(lsb_release -cs)
|
||||
|
||||
# There are no packages for Ubuntu 22 in the repo, but developers confirmed that packages from Ubuntu 20 should work
|
||||
if isUbuntu22; then
|
||||
if is_ubuntu22; then
|
||||
LSB_CODENAME="focal"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user