File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2424 strategy :
2525 matrix :
2626 include :
27- - os : ubuntu-20.04
27+ - os : ubuntu-latest
2828 - os : windows-latest
2929 - os : macos-latest
3030
3939 make download-external
4040
4141 - name : Build for Linux
42- if : matrix.os == 'ubuntu-20.04 '
42+ if : matrix.os == 'ubuntu-latest '
4343 run : |
4444 make compile-linux
4545 make ctest-all
Original file line number Diff line number Diff line change 1818 strategy :
1919 matrix :
2020 include :
21- - os : ubuntu-20.04
21+ - os : ubuntu-latest
2222 - os : windows-latest
2323 - os : macos-latest
2424
3333 make download-external
3434
3535 - name : Build for Linux
36- if : matrix.os == 'ubuntu-20.04 '
36+ if : matrix.os == 'ubuntu-latest '
3737 run : |
3838 sudo apt update
3939 sudo apt install -y gcc-aarch64-linux-gnu
You can’t perform that action at this time.
0 commit comments