From b5ee36c152f9d74fec7e4d2ea75b0eab894328e2 Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Thu, 17 Oct 2024 10:32:17 +0200 Subject: [PATCH] WIP: switch to ubuntu 24 --- OscarCI.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OscarCI.toml b/OscarCI.toml index 3353de53..633521ef 100644 --- a/OscarCI.toml +++ b/OscarCI.toml @@ -1,7 +1,7 @@ title = "metadata for oscar CI run" [env] -os = [ "ubuntu-latest" ] +os = [ "ubuntu-24.04" ] julia-version = [ "~1.6.0-0", "~1.10.0-0"] # branches = [ "release", "" ]