Skip to content

Commit

Permalink
Merge pull request #1743 from danielpeter/devel
Browse files Browse the repository at this point in the history
updates github actions; updates mesh adjacency setup
  • Loading branch information
danielpeter authored Oct 1, 2024
2 parents 809e5d3 + d885a2c commit a5bb135
Show file tree
Hide file tree
Showing 2 changed files with 190 additions and 410 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ jobs:

strategy:
matrix:
os: [ubuntu-latest,ubuntu-20.04]
os: [ubuntu-latest,ubuntu-22.04]

steps:
- uses: actions/checkout@v4
Expand All @@ -164,16 +164,16 @@ jobs:


linuxCheck-Intel:
name: Test Intel on ubuntu-20.04
runs-on: ubuntu-20.04
name: Test Intel on ubuntu-22.04
runs-on: ubuntu-22.04
needs: changesCheck

steps:
- uses: actions/checkout@v4

- name: Cache Intel oneapi packages
id: cache-intel-oneapi
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /opt/intel/oneapi
key: install-${{ runner.os }}-all
Expand Down
Loading

0 comments on commit a5bb135

Please sign in to comment.