From 08481b510b6a794750bded4c711e43d30c87035c Mon Sep 17 00:00:00 2001 From: tan Date: Tue, 24 Sep 2024 18:16:37 +0530 Subject: [PATCH] chore: re-enable julia nightly in ci CI with nightlies were disabled earlier because of instabilities. It will be good to enable CI with julia nightlies back again, since https://github.com/JuliaComputing/OpenAPI.jl/pull/82 needs Downloads.jl version that's included only in the nightlies at the moment. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3d651f..b2daac9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: version: - '1.6' - '1' # automatically expands to the latest stable 1.x release of Julia + - 'nightly' os: - ubuntu-latest arch: