Skip to content

Commit

Permalink
Merge #2075
Browse files Browse the repository at this point in the history
2075: Update GitHub Actions Julia to 1.9 r=Sbozzolo a=Sbozzolo

Julia in GitHub actions is still at version 1.8. 


Co-authored-by: Gabriele Bozzola <gbozzola@caltech.edu>
  • Loading branch information
bors[bot] and Sbozzolo authored Sep 7, 2023
2 parents 0e5bea8 + 936e48c commit f9ef74d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fail-fast: false
matrix:
version:
- '1.8'
- '1.9'
os:
- ubuntu-latest
- macOS-latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@latest
with:
version: 1.8
version: 1.9
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
- name: Build and deploy
Expand Down

0 comments on commit f9ef74d

Please sign in to comment.