Skip to content

Commit

Permalink
Change default OS to Jammy
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerg committed Jan 20, 2023
1 parent 32fcf4a commit 20d9130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const XENIAL: &str = "xenial";
const BIONIC: &str = "bionic";
const JAMMY: &str = "jammy";

const DEFAULT_OS: &str = BIONIC;
const DEFAULT_OS: &str = JAMMY;

const OS_NAMES: [&str; 3] = [
XENIAL, BIONIC, JAMMY
Expand Down

0 comments on commit 20d9130

Please sign in to comment.