don't run on 1.5
This commit is contained in:
parent
3f521b3322
commit
a2aad6be66
2
.github/workflows/SnoopCompile.yml
vendored
2
.github/workflows/SnoopCompile.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
|||||||
version: # NOTE: the versions below should match those in your botconfig
|
version: # NOTE: the versions below should match those in your botconfig
|
||||||
- '1.3'
|
- '1.3'
|
||||||
- '1.4'
|
- '1.4'
|
||||||
- '1.5'
|
# - '1.5'
|
||||||
- 'nightly'
|
- 'nightly'
|
||||||
os: # NOTE: should match the os setting of your botconfig
|
os: # NOTE: should match the os setting of your botconfig
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
|||||||
2
deps/SnoopCompile/snoop_bench.jl
vendored
2
deps/SnoopCompile/snoop_bench.jl
vendored
@ -5,7 +5,7 @@ snoop_bench(
|
|||||||
"Plots",
|
"Plots",
|
||||||
os = ["linux", "windows", "macos"],
|
os = ["linux", "windows", "macos"],
|
||||||
else_os = "linux",
|
else_os = "linux",
|
||||||
version = ["1.3", "1.4", "1.5", "nightly"],
|
version = ["1.3", "1.4", "nightly"],
|
||||||
else_version = "1.4",
|
else_version = "1.4",
|
||||||
),
|
),
|
||||||
joinpath(@__DIR__, "precompile_script.jl"),
|
joinpath(@__DIR__, "precompile_script.jl"),
|
||||||
|
|||||||
2
deps/SnoopCompile/snoop_bot.jl
vendored
2
deps/SnoopCompile/snoop_bot.jl
vendored
@ -5,7 +5,7 @@ snoop_bot(
|
|||||||
"Plots",
|
"Plots",
|
||||||
os = ["linux", "windows", "macos"],
|
os = ["linux", "windows", "macos"],
|
||||||
else_os = "linux",
|
else_os = "linux",
|
||||||
version = ["1.3", "1.4", "1.5", "nightly"],
|
version = ["1.3", "1.4", "nightly"],
|
||||||
else_version = "1.4",
|
else_version = "1.4",
|
||||||
),
|
),
|
||||||
joinpath(@__DIR__, "precompile_script.jl"),
|
joinpath(@__DIR__, "precompile_script.jl"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user