Skip to content

Commit

Permalink
Revert "use newest julia version"
Browse files Browse the repository at this point in the history
  • Loading branch information
HelgeGehring authored Feb 22, 2024
1 parent 261c7ee commit 4f837cf
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@v1
with:
version: '1.10.1'
version: '1.9.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 @@ -48,7 +48,7 @@ jobs:
- uses: julia-actions/setup-julia@v1
with:
version: '1.10.1'
version: '1.9.3'
- 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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [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.10
# name: julia-1.9
# ---

# %% [markdown]
Expand Down

0 comments on commit 4f837cf

Please sign in to comment.