Skip to content

Commit e1ba8da

Browse files
authored
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
1 parent 5ff01e1 commit e1ba8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/test/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ inputs:
2727
julia_version:
2828
required: false
2929
description: 'Julia version to test with'
30-
default: '1.8'
30+
default: '1.10'
3131

3232
arch:
3333
required: false

0 commit comments

Comments
 (0)