Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI with Julia v1.11 #3836

Open
wants to merge 19 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
env:
JULIA_VERSION: "1.10.6"
JULIA_MINOR_VERSION: "1.10"
JULIA_VERSION: "1.11.2"
JULIA_MINOR_VERSION: "1.11"
SVERDRUP_HOME: "/data5/glwagner"
TARTARUS_HOME: "/storage5/buildkite-agent"
JULIA_PKG_SERVER_REGISTRY_PREFERENCE: eager
Expand Down
4 changes: 2 additions & 2 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ TimesDates = "bdfc003b-8df8-5c39-adcd-3a9087f5df4a"
CairoMakie = "0.11, 0.12"
Documenter = "1"
DocumenterCitations = "1"
JLD2 = "0.4, 0,5"
JLD2 = "0.4, 0.5"
Literate = "2.9"
NCDatasets = "0.12.10, 0.13.1, 0.14"
Polynomials = "4"
Rotations = "1.0"
SeawaterPolynomials = "0.3.4"
SeawaterPolynomials = "0.3.5"
StructArrays = "0.4, 0.5, 0.6"
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Distributed.addprocs(2)
# The examples that take longer to run should be first. This ensures that the
# docs built which extra workers is as efficient as possible.
example_scripts = [
"internal_tide.jl",
# "internal_tide.jl",
"shallow_water_Bickley_jet.jl",
"kelvin_helmholtz_instability.jl",
"horizontal_convection.jl",
Expand Down Expand Up @@ -74,7 +74,7 @@ example_pages = [
"One-dimensional diffusion" => "literated/one_dimensional_diffusion.md",
"Two-dimensional turbulence" => "literated/two_dimensional_turbulence.md",
"Internal wave" => "literated/internal_wave.md",
"Internal tide by a seamount" => "literated/internal_tide.md",
# "Internal tide by a seamount" => "literated/internal_tide.md",
"Convecting plankton" => "literated/convecting_plankton.md",
"Ocean wind mixing and convection" => "literated/ocean_wind_mixing_and_convection.md",
"Langmuir turbulence" => "literated/langmuir_turbulence.md",
Expand Down