Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CI.yml to 1.11 release (🎉), add nightly #91

Merged
merged 2 commits into from
Oct 18, 2024
Merged

Conversation

NHDaly
Copy link
Member

@NHDaly NHDaly commented Oct 17, 2024

1.11

We only need to build for `push:` on master/main and tags/releases.

Copied from https://github.com/JuliaLang/Example.jl/blob/master/.github/workflows/ci.yml
Comment on lines -3 to +6
- push
- pull_request
push:
branches: [main, master]
tags: ["*"]
pull_request:
Copy link
Member Author

@NHDaly NHDaly Oct 17, 2024

Choose a reason for hiding this comment

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

Taken from https://github.com/JuliaLang/Example.jl/blob/master/.github/workflows/ci.yml. I think this is better since it removes unnecessary duplication of all CI jobs - and this package already has many. :)

Comment on lines -24 to +27
- '^1.11.0-beta2'
- '1.11'
- 'nightly'
Copy link
Member Author

Choose a reason for hiding this comment

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

Is nightly the right thing here? Do you usually use something more specific on 1.12.0-*?

@oxinabox
Copy link
Member

Mac is only failing due to some codecov related error, that I am hoping is transient

@NHDaly NHDaly merged commit b652737 into main Oct 18, 2024
52 of 65 checks passed
@NHDaly NHDaly deleted the nhd-ci-1.11 branch October 18, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants