Skip to content

Commit

Permalink
change CI julia version & OS
Browse files Browse the repository at this point in the history
  • Loading branch information
soldasim committed Nov 5, 2024
1 parent 70b4c84 commit 45b1602
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ jobs:
fail-fast: false
matrix:
version:
- '1.11.0'
- '1.11'
- '1.10.5'
os:
#- ubuntu-latest
- windows-latest
# - ubuntu-latest
# - windows-latest
- macOS-latest
arch:
- x64
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: '1.11.0'
version: '1.11'
- uses: julia-actions/cache@v2
- name: Install dependencies
run: julia --project=docs/ -e 'using Pkg; Pkg.develop(PackageSpec(path=pwd())); Pkg.instantiate()'
Expand Down

0 comments on commit 45b1602

Please sign in to comment.