Skip to content

Commit

Permalink
Use ArborX v1.7 in CI until we move to v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
streeve committed Sep 24, 2024
1 parent eed7164 commit d45f043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: arborx/ArborX
ref: master
ref: v1.7
path: arborx
- name: Build arborx
working-directory: arborx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: arborx/ArborX
ref: master
ref: v1.7
path: arborx
- name: Checkout heffte
# actions/checkout doesn't work for external repos yet
Expand Down

0 comments on commit d45f043

Please sign in to comment.