From e1ead298bec05baec94e8942d8e3bc04f69ba4ba Mon Sep 17 00:00:00 2001 From: Benjamin Lorenz Date: Thu, 17 Oct 2024 16:53:04 +0200 Subject: [PATCH] Revert "stick with ubuntu 22.04 for now" this messes with the labels (for branch protection rules) This reverts commit 6035e8b8e59c3757066f1597c9eeaad999eedcde. --- src/defaults.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/defaults.jl b/src/defaults.jl index f3e8a34..24fd2d9 100644 --- a/src/defaults.jl +++ b/src/defaults.jl @@ -1,9 +1,7 @@ ###### ### defaults for julia-version, os and branches -# we stick with ubuntu 22 until we can remove julia 1.6 due to GLIBCXX errors -# from polymake wrappers -const default_os = [ "ubuntu-22.04" ] +const default_os = [ "ubuntu-latest" ] const default_julia = [ "~1.6.0-0", "~1.10.0-0" ] const default_branches = [ "", "release" ]