Skip to content

Commit

Permalink
fix workflow julia version [doc]
Browse files Browse the repository at this point in the history
  • Loading branch information
islent committed Jan 14, 2022
1 parent 8555610 commit cd3f5b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.6.0]
julia-version: [1.7.1]
julia-arch: [x64]
os: [ubuntu-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CompatHelperManual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
if: "contains(github.event.head_commit.message, '[compat]')"
strategy:
matrix:
julia-version: [1.6.0]
julia-version: [1.7.1]
julia-arch: [x64]
os: [ubuntu-latest]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ManuallyBuildDoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v1
- uses: julia-actions/setup-julia@latest
with:
version: '1.6.4'
version: '1.7.1'
- run: sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
- run: julia --project=docs -e '
using Pkg;
Expand Down

0 comments on commit cd3f5b0

Please sign in to comment.