Skip to content

Commit

Permalink
CI: build docs with Julia 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jipolanco committed Sep 25, 2024
1 parent 2af2062 commit 3e6c72c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
experimental: [false]
version:
- '1.8'
- '1.9'
- '1.10'
os:
- ubuntu-latest
arch:
Expand All @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: julia-actions/setup-julia@v1
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand Down Expand Up @@ -75,9 +75,9 @@ jobs:
sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev ffmpeg
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@latest
- uses: julia-actions/setup-julia@v2
with:
version: '1.9'
version: '1.10'

- name: Add MPIPreferences
shell: julia --color=yes --project=. {0}
Expand Down

0 comments on commit 3e6c72c

Please sign in to comment.