Skip to content

Commit

Permalink
Merge pull request #71 from HelgeGehring/patch-1
Browse files Browse the repository at this point in the history
Use latest ubuntu version
  • Loading branch information
fverdugo authored Feb 28, 2024
2 parents 2639957 + 5382a64 commit 0df6796
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.9'
os:
- ubuntu-18.04
- ubuntu-latest
arch:
- x64
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.6'
version: '1.9'
- run: |
julia --project=docs -e '
using Pkg
Expand Down
1 change: 0 additions & 1 deletion docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ makedocs(;
repo="/~https://github.com/gridap/GridapMakie.jl/blob/{commit}{path}#L{line}",
sitename="GridapMakie.jl",
authors="The GridapMakie project contributors",
assets=String[],
)

deploydocs(;
Expand Down

0 comments on commit 0df6796

Please sign in to comment.