File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -98,12 +98,12 @@ jobs:
9898 hwloc-ls --version
9999 - name : install gcc
100100 run : |
101- sudo apt-get install gcc-13 g++-13
101+ sudo apt-get install gcc-14 g++-14
102102 - name : install icx
103103 run : |
104104 wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo apt-key add - && break || sleep 1
105105 sudo apt-add-repository 'deb https://apt.repos.intel.com/oneapi all main' && break || sleep 1
106- sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.4
106+ sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic
107107 source /opt/intel/oneapi/setvars.sh
108108 icx -v
109109 - name : build qthreads
@@ -144,7 +144,7 @@ jobs:
144144 run : |
145145 wget -O - https://apt.repos.intel.com/intel-gpg-keys/GPG-PUB-KEY-INTEL-SW-PRODUCTS.PUB | sudo apt-key add - && break || sleep 1
146146 sudo apt-add-repository 'deb https://apt.repos.intel.com/oneapi all main' && break || sleep 1
147- sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.1
147+ sudo apt-get install intel-oneapi-compiler-dpcpp-cpp-and-cpp-classic-2023.2.4
148148 source /opt/intel/oneapi/setvars.sh
149149 icc -v
150150 - name : build qthreads
You can’t perform that action at this time.
0 commit comments