Skip to content

Commit

Permalink
restore nightly CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wheeheee committed Dec 14, 2024
1 parent 297226c commit e0ccfb0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
matrix:
julia-version:
- '1'
julia-arch: [x64]
julia-arch:
- x64
os:
- ubuntu-latest
- windows-latest

include:
- os: macOS-latest
julia-arch: aarch64
Expand All @@ -30,7 +30,8 @@ jobs:
julia-version: '1.6'
- os: ubuntu-latest
julia-arch: x64
julia-version: 'pre'
julia-version: 'nightly'

steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
Expand Down

4 comments on commit e0ccfb0

@wheeheee
Copy link
Member Author

@wheeheee wheeheee commented on e0ccfb0 Dec 14, 2024

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.

Error while trying to register: Register Failed
@wheeheee, it looks like you are not a publicly listed member/owner in the parent organization (JuliaDSP).
If you are a member/owner, you will need to change your membership to public. See GitHub Help

@wheeheee
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/121414

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.3.6 -m "<description of version>" e0ccfb01febe35117f098544e7f4ccbc16e40c07
git push origin v0.3.6

Please sign in to comment.