Skip to content

Commit

Permalink
gha upd
Browse files Browse the repository at this point in the history
  • Loading branch information
PharmCat committed Sep 18, 2023
1 parent 5ba1ab5 commit 4c9b14f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,12 @@ jobs:
Documenter:
name: Documentation
runs-on: ubuntu-latest
timeout-minutes: 30
timeout-minutes: 40
steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: "1.8"
- uses: julia-actions/julia-buildpkg@latest
- uses: julia-actions/julia-docdeploy@latest
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.6, 1.7, 1.8]
julia-version: [1.6, 1.8, 1]
julia-arch: [x64]
os: [ubuntu-latest, macOS-latest, windows-latest]
steps:
Expand Down

0 comments on commit 4c9b14f

Please sign in to comment.