Skip to content

Commit

Permalink
Merge pull request #42 from oscar-system/bl/runnerimagerev
Browse files Browse the repository at this point in the history
Revert "stick with ubuntu 22.04 for now"
  • Loading branch information
benlorenz authored Oct 17, 2024
2 parents 7806893 + 72859dd commit e94d5e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OscarDevTools"
uuid = "4f01c588-2833-446a-9dbd-6331d80acb41"
authors = ["Benjamin Lorenz <lorenz@math.tu-berlin.de>"]
version = "0.2.21"
version = "0.2.22"

[deps]
GitHub = "bc5e4493-9b4d-5f90-b8aa-2b2bcaad7a26"
Expand Down
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

2 comments on commit e94d5e3

@benlorenz
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/117487

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.22 -m "<description of version>" e94d5e3bcab546af499d18f8e242975ba7ff0e8b
git push origin v0.2.22

Please # to comment.