File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 23
23
os :
24
24
- macos-13
25
25
- macos-14
26
- - ubuntu-latest
26
+ - ubuntu-24.04
27
27
mode :
28
28
- faso
29
29
- bytecode-faso
@@ -58,10 +58,10 @@ jobs:
58
58
59
59
steps :
60
60
- name : Install Ubuntu dependencies
61
- if : matrix.os == 'ubuntu-latest '
61
+ if : matrix.os == 'ubuntu-24.04 '
62
62
run : |
63
63
sudo apt-get update
64
- sudo apt install -y binutils-gold clang-15 libclang-15 -dev libclang-cpp15 -dev llvm-15 llvm-15 -dev libelf-dev libgmp-dev libunwind-dev ninja-build sbcl libnetcdf-dev libexpat1-dev libfmt-dev libboost-all-dev
64
+ sudo apt install -y binutils-gold clang-18 libclang-18 -dev libclang-cpp18 -dev llvm-18 llvm-18 -dev libelf-dev libgmp-dev libunwind-dev ninja-build sbcl libnetcdf-dev libexpat1-dev libfmt-dev libboost-all-dev
65
65
66
66
- name : Install MacOS dependencies
67
67
if : matrix.os == 'macos-13' || matrix.os == 'macos-14'
@@ -81,11 +81,11 @@ jobs:
81
81
conda install -c conda-forge ambertools
82
82
83
83
- name : Clasp koga @ Ubuntu
84
- if : ${{ matrix.os == 'ubuntu-latest ' && matrix.build == 'clasp' }}
84
+ if : ${{ matrix.os == 'ubuntu-24.04 ' && matrix.build == 'clasp' }}
85
85
run : |
86
86
./koga --build-mode=${{ matrix.mode }}
87
87
- name : Cando koga @ Ubuntu
88
- if : ${{ matrix.os == 'ubuntu-latest ' && matrix.build == 'cando' }}
88
+ if : ${{ matrix.os == 'ubuntu-24.04 ' && matrix.build == 'cando' }}
89
89
run : |
90
90
./koga --build-mode=${{ matrix.mode }} --extensions=cando,seqan-clasp
91
91
- name : Clasp koga @ MacOS=13
You can’t perform that action at this time.
0 commit comments