Skip to content

Commit

Permalink
Fix branches for MPC tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd committed Oct 28, 2023
1 parent 22554b9 commit 8f82691
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_mpc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ jobs:
# - CC: clang
# CXX: c++
env:
DOLFINX_BRANCH: "main"
BASIX_BRANCH: "main"
UFL_BRANCH: "main"
FFCX_BRANCH: "main"
DOLFINX_BRANCH: "v0.7.1"
BASIX_BRANCH: "v0.7.0"
UFL_BRANCH: "2023.2.0"
FFCX_BRANCH: "v0.7.0"
CC: ${{ matrix.CC }}
CXX: ${{ matrix.CXX }}
PETSC_ARCH: "${{ matrix.petsc_arch }}"
Expand Down

0 comments on commit 8f82691

Please sign in to comment.