Skip to content

Commit

Permalink
update ci with julia-setup v2
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Oct 27, 2024
1 parent 36d4f8a commit 0135c8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
arch: x86
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down

2 comments on commit 0135c8f

@Jutho
Copy link
Owner Author

@Jutho Jutho commented on 0135c8f Oct 27, 2024

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release notes:

  • fix excessive compilation times for large rank arrays

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

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 v5.1.1 -m "<description of version>" 0135c8f85601cd9420e144b2825269205ee78d88
git push origin v5.1.1

Please sign in to comment.