Skip to content

Commit

Permalink
Merge pull request #138 from HelgeGehring/julia-1.10.2
Browse files Browse the repository at this point in the history
update julia version
  • Loading branch information
HelgeGehring authored Apr 3, 2024
2 parents 566f8a0 + 56a6dea commit c4563fb
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
python-version: "3.12"
- uses: julia-actions/setup-julia@v2
with:
version: '1.9.2'
version: '1.10.2'
- uses: julia-actions/cache@v1
- name: Install JuliaFormatter and format
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- uses: julia-actions/setup-julia@v2
with:
version: '1.9.3'
version: '1.10.2'
- uses: julia-actions/cache@v1
with:
cache-name: ${{ runner.os }}-${{ steps.get-date.outputs.date }}
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/heater_3d.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/lithium_niobate_phase_shifter.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/microstrip.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/thermal_fill.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/thermal_simple.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/waveguide.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/waveguide_anisotropic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/waveguide_bent.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/waveguide_bent_coupling.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down
2 changes: 1 addition & 1 deletion docs/julia/waveguide_overlap_integral.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# kernelspec:
# display_name: base
# language: julia
# name: julia-1.9
# name: julia-1.10
# ---

# %% [markdown]
Expand Down

0 comments on commit c4563fb

Please sign in to comment.