Skip to content

Commit

Permalink
Use [sources] in Project.toml instead of Manifest.toml.
Browse files Browse the repository at this point in the history
Bump Julia to 1.11 in github actions and add cache stage
  • Loading branch information
Tuebel committed Feb 2, 2025
1 parent 7c2e777 commit b801635
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 2,422 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: "1.11"
arch: "x64"
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1 # if package requires Pkg.build()
- uses: julia-actions/julia-docdeploy@v1
with:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: "1.10"
version: "1.11"
arch: "x64"
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down
Loading

0 comments on commit b801635

Please sign in to comment.