Skip to content

Commit

Permalink
Merge pull request #486 from oscar-system/bl/oscarcimac
Browse files Browse the repository at this point in the history
[CI] switch macos runner labels for oscarci
  • Loading branch information
benlorenz authored May 3, 2024
2 parents 55217be + 61a642d commit 5a52408
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions OscarCI.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ julia-version = [ "~1.6.0-0", "~1.10.0-0"]
Oscar = "<matching>"
Polymake = ""
julia-version = "1.6"
os = "macos-latest"
os = "macos-13"

[include.macamd64]
[include.macaarch64]
Oscar = "<matching>"
Polymake = ""
julia-version = "1.10"
os = "macos-13"
os = "macos-14"

2 comments on commit 5a52408

@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 register()

@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/106093

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.11.16 -m "<description of version>" 5a52408a42e53a072b3fbb7c70b3c4dfddd2727e
git push origin v0.11.16

Please sign in to comment.