Skip to content

Commit

Permalink
updates github action (intel oneAPI)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Sep 19, 2024
1 parent 23731d6 commit 54b634b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,16 +160,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

0 comments on commit 54b634b

Please sign in to comment.