Skip to content

Commit e18865a

Browse files
committed
ci:oneapi: no need to version lock anymore
1 parent 1167833 commit e18865a

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/oneapi-linux.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ jobs:
4141
runs-on: ubuntu-latest
4242
timeout-minutes: 10
4343

44-
strategy:
45-
matrix:
46-
oneapi: [2025.3]
44+
# strategy:
45+
# matrix:
46+
# oneapi: [2025.3]
47+
4748
steps:
4849
- uses: actions/checkout@v5
4950

@@ -53,14 +54,14 @@ jobs:
5354
with:
5455
path: |
5556
/opt/intel/oneapi
56-
key: oneapi-${{ matrix.oneapi }}-apt
57+
key: oneapi-apt
5758

5859
- name: non-cache install oneAPI
5960
if: steps.cache-install.outputs.cache-hit != 'true'
6061
timeout-minutes: 5
6162
run: |
6263
.github/workflows/oneapi_setup_apt_repo_linux.sh
63-
sudo apt install --no-install-recommends intel-oneapi-compiler-dpcpp-cpp-${{ matrix.oneapi }} intel-oneapi-compiler-fortran-${{ matrix.oneapi }}
64+
sudo apt install --no-install-recommends intel-oneapi-compiler-dpcpp-cpp intel-oneapi-compiler-fortran
6465
6566
- name: Setup Intel oneAPI environment
6667
run: |
@@ -71,9 +72,9 @@ jobs:
7172

7273
- name: Upload log failure
7374
if: failure()
74-
uses: actions/upload-artifact@v4
75+
uses: actions/upload-artifact@v5
7576
with:
76-
name: oneapi-${{ matrix.oneapi }}-${{ runner.os }}-CMakeConfigureLog.yaml
77+
name: oneapi-${{ runner.os }}-CMakeConfigureLog.yaml
7778
path: build/CMakeFiles/CMakeConfigureLog.yaml
7879

7980
- name: exclude unused files from cache

0 commit comments

Comments
 (0)