Skip to content

Commit

Permalink
Revert "stick with ubuntu 22.04 for now"
Browse files Browse the repository at this point in the history
this messes with the labels (for branch protection rules)

This reverts commit 6035e8b.
  • Loading branch information
benlorenz committed Oct 17, 2024
1 parent 7806893 commit e1ead29
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/defaults.jl
Original file line number Diff line number Diff line change
@@ -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 = [ "<matching>", "release" ]

Expand Down

0 comments on commit e1ead29

Please sign in to comment.