Skip to content

Commit 8210be3

Browse files
committed
Revert
1 parent 2b198f5 commit 8210be3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
os: [ubuntu-24.04]
36-
gcc_v: [9, 10, 11, 12, 13]
35+
os: [ubuntu-22.04]
36+
gcc_v: [9, 10, 11, 12]
3737
sanitizer: [none, asan, msan, tsan]
3838
buildtype: [debug]
3939

@@ -69,9 +69,9 @@ jobs:
6969
- name: Install GCC (Linux)
7070
run: |
7171
sudo apt update
72-
sudo apt install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }}
72+
sudo apt install gcc-${{ env.GCC_V }} g++-${{ env.GCC_V }} gfortran-${{ env.GCC_V }} gcov-${{ env.GCC_V }}
7373
74-
- name: Install GCC (Linux)
74+
- name: Set GCC Version (Linux)
7575
if: contains(matrix.os, 'ubuntu')
7676
run: >-
7777
sudo update-alternatives
@@ -81,7 +81,7 @@ jobs:
8181
8282
- name: Install CBLAS and LAPACKE
8383
if: contains(matrix.os, 'ubuntu')
84-
run: sudo apt-get install libopenblas-dev liblapacke liblapacke-dev libatlas-base-dev
84+
run: sudo apt install libopenblas-dev liblapacke liblapacke-dev libatlas-base-dev
8585

8686
- name: Install meson and test dependencies
8787
run: pip3 install ${{ env.PIP_PACKAGES }}

0 commit comments

Comments
 (0)