Skip to content

Commit a5bb135

Browse files
authored
Merge pull request #1743 from danielpeter/devel
updates github actions; updates mesh adjacency setup
2 parents 809e5d3 + d885a2c commit a5bb135

File tree

2 files changed

+190
-410
lines changed

2 files changed

+190
-410
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
strategy:
149149
matrix:
150-
os: [ubuntu-latest,ubuntu-20.04]
150+
os: [ubuntu-latest,ubuntu-22.04]
151151

152152
steps:
153153
- uses: actions/checkout@v4
@@ -164,16 +164,16 @@ jobs:
164164

165165

166166
linuxCheck-Intel:
167-
name: Test Intel on ubuntu-20.04
168-
runs-on: ubuntu-20.04
167+
name: Test Intel on ubuntu-22.04
168+
runs-on: ubuntu-22.04
169169
needs: changesCheck
170170

171171
steps:
172172
- uses: actions/checkout@v4
173173

174174
- name: Cache Intel oneapi packages
175175
id: cache-intel-oneapi
176-
uses: actions/cache@v3
176+
uses: actions/cache@v4
177177
with:
178178
path: /opt/intel/oneapi
179179
key: install-${{ runner.os }}-all

0 commit comments

Comments
 (0)