Skip to content

Commit

Permalink
lib: Move default OS to Fedora 41
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt authored and jelly committed Nov 29, 2024
1 parent d803315 commit a8e378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
DEFAULT_IDENTITY_FILE = os.path.join(MACHINE_DIR, "identity")
DEFAULT_IDENTITY_PUB_FILE = os.path.join(MACHINE_DIR, "identity.pub")

TEST_OS_DEFAULT = "fedora-40"
TEST_OS_DEFAULT = "fedora-41"
DEFAULT_IMAGE = os.environ.get("TEST_OS", TEST_OS_DEFAULT)

0 comments on commit a8e378f

Please sign in to comment.