Skip to content

Commit

Permalink
Update CI_pullrequest.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SotaYoshida authored Oct 31, 2023
1 parent 61fd9a0 commit 5c6efba
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/CI_pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ jobs:
- {version: '1.9', os: ubuntu-latest, payload: serial}
- {version: '1.9', os: macOS-latest, payload: serial}
- {version: '1.9', os: windows-latest, payload: serial}
- {version: nightly, os: ubuntu-latest, payload: serial}
steps:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
Expand Down Expand Up @@ -100,7 +99,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1.8'
version: '1.9'
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-docdeploy@v1
env:
Expand Down

0 comments on commit 5c6efba

Please sign in to comment.