We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 809e5d3 + d885a2c commit a5bb135Copy full SHA for a5bb135
.github/workflows/CI.yml
@@ -147,7 +147,7 @@ jobs:
147
148
strategy:
149
matrix:
150
- os: [ubuntu-latest,ubuntu-20.04]
+ os: [ubuntu-latest,ubuntu-22.04]
151
152
steps:
153
- uses: actions/checkout@v4
@@ -164,16 +164,16 @@ jobs:
164
165
166
linuxCheck-Intel:
167
- name: Test Intel on ubuntu-20.04
168
- runs-on: ubuntu-20.04
+ name: Test Intel on ubuntu-22.04
+ runs-on: ubuntu-22.04
169
needs: changesCheck
170
171
172
173
174
- name: Cache Intel oneapi packages
175
id: cache-intel-oneapi
176
- uses: actions/cache@v3
+ uses: actions/cache@v4
177
with:
178
path: /opt/intel/oneapi
179
key: install-${{ runner.os }}-all
0 commit comments