mirror of
https://github.com/jupyter/docker-stacks.git
synced 2025-10-15 22:12:57 +00:00
Use ubuntu-24.04 instead of ubuntu-latest (#2210)
This commit is contained in:
@@ -12,7 +12,7 @@ REPOSITORY_OWNER = os.environ["REPOSITORY_OWNER"]
|
||||
|
||||
def generate_matrix() -> dict[str, Any]:
|
||||
dockerfiles = sorted(file.name for file in THIS_DIR.glob("*.dockerfile"))
|
||||
runs_on = ["ubuntu-latest", "ubuntu-22.04-arm"]
|
||||
runs_on = ["ubuntu-24.04", "ubuntu-22.04-arm"]
|
||||
return {
|
||||
"dockerfile": dockerfiles,
|
||||
"runs-on": runs_on,
|
||||
|
Reference in New Issue
Block a user