From e1ba8da224b73726229337baf9da4e9fe3598d11 Mon Sep 17 00:00:00 2001 From: Mary McGrath Date: Tue, 21 May 2024 22:59:26 -0400 Subject: [PATCH] Use later Julia for actions test (#125) This old version is currently causing a bad interaction with timezones and some of its assumptions around WeakDeps availability. So this is a bit of a bandaid --- .github/actions/test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml index 2a8083b..72c418e 100644 --- a/.github/actions/test/action.yml +++ b/.github/actions/test/action.yml @@ -27,7 +27,7 @@ inputs: julia_version: required: false description: 'Julia version to test with' - default: '1.8' + default: '1.10' arch: required: false