Skip to content

Commit

Permalink
Merge branch 'FEniCS:main' into sanitise_unicode_input
Browse files Browse the repository at this point in the history
  • Loading branch information
dham authored Aug 4, 2022
2 parents 5b141d8 + 61d226a commit eb0a42d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/fenicsx-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ jobs:
ffcx-tests:
name: Run FFCx tests
runs-on: ubuntu-latest

env:
CC: gcc-10
CXX: g++-10

steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -47,7 +51,7 @@ jobs:
dolfinx-tests:
name: Run DOLFINx tests
runs-on: ubuntu-latest
container: fenicsproject/test-env:latest-openmpi
container: fenicsproject/test-env:nightly-openmpi

env:
CC: clang
Expand Down

0 comments on commit eb0a42d

Please sign in to comment.