Skip to content

Commit

Permalink
updates github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
danielpeter committed Sep 19, 2024
1 parent 809e5d3 commit 184d8e5
Showing 1 changed file with 4 additions and 4 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

0 comments on commit 184d8e5

Please sign in to comment.