Skip to content

Commit aa1f98f

Browse files
Use latest release of icx compiler in CI, and update the corresponding gcc that's installed with it.
1 parent 220bbe7 commit aa1f98f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ jobs:
100100
hwloc-ls --version
101101
- name: install gcc
102102
run: |
103-
sudo apt-get install gcc-13 g++-13
103+
sudo apt-get install gcc-14 g++-14
104104
- name: install icx
105105
run: |
106106
wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo apt-key add - && break || sleep 1
107107
sudo apt-add-repository 'deb https://apt.repos.intel.com/oneapi all main' && break || sleep 1
108-
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.4
108+
sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2024.2.1
109109
source /opt/intel/oneapi/setvars.sh
110110
icx -v
111111
- name: build qthreads

0 commit comments

Comments
 (0)