Skip to content

Commit

Permalink
Merge branch 'main' into mirt-redux
Browse files Browse the repository at this point in the history
  • Loading branch information
frankier committed Oct 30, 2024
2 parents 464ffe0 + ec41675 commit 2265328
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 @@ -55,7 +55,7 @@ jobs:
miniforge-version: latest
- uses: julia-actions/setup-julia@v1
with:
version: '1.9'
version: '1.10'
- name: Set CAT packages to develop & resolve env
run: |
julia --project=docs/ -e 'using Pkg;
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_pr.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@v1
with:
version: "1.8"
version: "1.10"
- uses: julia-actions/cache@v1
- name: Extract Package Name from Project.toml
id: extract-package-name
Expand Down

0 comments on commit 2265328

Please sign in to comment.