Skip to content

Commit 25246d5

Browse files
authored
Juila 1.12 and package reorg (#366)
* Julia 1.12 package bump and removal of lectures
1 parent 2dd2df2 commit 25246d5

File tree

78 files changed

+721
-12708
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+721
-12708
lines changed

.github/workflows/cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Set up Julia
3838
uses: julia-actions/setup-julia@v2
3939
with:
40-
version: 1.11.1
40+
version: 1.12.2
4141
- name: Install IJulia and Setup Project
4242
shell: bash
4343
run: |

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Set up Julia
3333
uses: julia-actions/setup-julia@v2
3434
with:
35-
version: 1.11.1
35+
version: 1.12.2
3636
- name: Install IJulia and Setup Project
3737
shell: bash
3838
run: |

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Julia
1818
uses: julia-actions/setup-julia@v2
1919
with:
20-
version: 1.11.1
20+
version: 1.12.2
2121

2222
- name: Install JuliaFormatter.jl
2323
run: julia -e 'import Pkg; Pkg.add("JuliaFormatter")'

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Julia
3636
uses: julia-actions/setup-julia@v2
3737
with:
38-
version: 1.11.1
38+
version: 1.12.2
3939
- name: Install IJulia and Setup Project
4040
shell: bash
4141
run: |

0 commit comments

Comments
 (0)