diff --git a/.github/workflows/SnoopCompile.yml b/.github/workflows/SnoopCompile.yml index df204468..6532db18 100644 --- a/.github/workflows/SnoopCompile.yml +++ b/.github/workflows/SnoopCompile.yml @@ -17,7 +17,6 @@ jobs: fail-fast: false matrix: version: # NOTE: the versions below should match those in your botconfig - - 'nightly' - '1' - '1.2' os: # NOTE: should match the os setting of your botconfig diff --git a/deps/SnoopCompile/snoop_bench.jl b/deps/SnoopCompile/snoop_bench.jl index 07bcc77e..6089d195 100644 --- a/deps/SnoopCompile/snoop_bench.jl +++ b/deps/SnoopCompile/snoop_bench.jl @@ -1,6 +1,6 @@ using SnoopCompile snoop_bench( - BotConfig("Plots", version = [v"1.2", v"1", "nightly"]), + BotConfig("Plots", version = [v"1.2", v"1"]), joinpath(@__DIR__, "precompile_script.jl"), )