From 932c9c3fd1f989a6d9644e4dc3ade504e91adff0 Mon Sep 17 00:00:00 2001 From: Sathvik Bhagavan Date: Sun, 6 Aug 2023 15:48:59 +0000 Subject: [PATCH] ci: use latest julia 1.9 --- .github/workflows/Example.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Example.yml b/.github/workflows/Example.yml index a2d788d9..cf5adc3a 100644 --- a/.github/workflows/Example.yml +++ b/.github/workflows/Example.yml @@ -20,7 +20,7 @@ jobs: matrix: os: [windows-latest, ubuntu-latest] file-name: [manipulation, modelica_conference_2021, multiple_instances, multiprocessing, multithreading, parameterize, simulate, parameter_optimization] - julia-version: ['1.8'] + julia-version: ['1.9'] julia-arch: [x64] experimental: [false]