From 3e6c72ca644d0de4405ee06bb3221fa1d14376a3 Mon Sep 17 00:00:00 2001 From: Juan Ignacio Polanco Date: Wed, 25 Sep 2024 14:04:49 +0200 Subject: [PATCH] CI: build docs with Julia 1.10 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 62d9d364..feb3f87b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: experimental: [false] version: - '1.8' - - '1.9' + - '1.10' os: - ubuntu-latest arch: @@ -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 }} @@ -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}