Skip to content

Commit

Permalink
fix: Use 1.9 for doc build
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt-aws committed Aug 8, 2024
1 parent 02371d2 commit e808642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: '1.9'
- uses: julia-actions/cache@v1
- name: Configure doc environment
shell: julia --project=docs --color=yes {0}
Expand Down

0 comments on commit e808642

Please sign in to comment.