From dcaf82e2fd08fe1c1aac5e7153e7b315ea8654eb Mon Sep 17 00:00:00 2001 From: Stefan Krastanov Date: Wed, 19 Jun 2024 10:06:25 -0400 Subject: [PATCH] stable version of julia for jet and benchmark CI --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 34c65be..2e0c0b3 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v4 - uses: julia-actions/setup-julia@latest with: - version: 'nightly' + version: '1.10' - uses: julia-actions/julia-buildpkg@latest - name: install dependencies run: julia -e 'using Pkg; pkg"add PkgBenchmark BenchmarkCI@0.1"'