Skip to content

Commit

Permalink
Build with Julia 1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
penelopeysm committed Dec 2, 2024
1 parent b7d983f commit f31e45b
Show file tree
Hide file tree
Showing 5 changed files with 116 additions and 68 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.10'
version: '1.11'

- name: Load Julia packages from cache
uses: julia-actions/cache@v2
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/resolve_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:

- name: Setup Julia
uses: julia-actions/setup-julia@v2
with:
version: '1.11'

- name: Instantiate and resolve
run: |
Expand Down
Loading

0 comments on commit f31e45b

Please sign in to comment.