Skip to content

Commit

Permalink
Fix wrong series used
Browse files Browse the repository at this point in the history
  • Loading branch information
yhaliaw committed Nov 21, 2023
1 parent 2fa9e02 commit 614becf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ async def deploy_github_runner_charm(
application = await model.deploy(
charm_file,
application_name=app_name,
series="runner",
series="jammy",
config={
"path": path,
"token": token,
Expand Down

0 comments on commit 614becf

Please sign in to comment.