File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
linux-min :
13
13
name : Linux Min Config
14
- runs-on : ubuntu-20 .04
14
+ runs-on : ubuntu-22 .04
15
15
strategy :
16
16
matrix :
17
- compiler : [clang++-6.0 , g++-10 ]
17
+ compiler : [clang++-15 , g++-12 ]
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
20
20
- name : Install Dependencies
21
21
# Boost must be installed only because the CMake version (3.12) can't
22
22
# detect the installed Boost version (1.69)
23
- run : sudo apt-get update && sudo apt-get -y install ninja-build libboost-date-time-dev clang-6.0 g++-10 g++-multilib
23
+ run : sudo apt-get update && sudo apt-get -y install ninja-build libboost-date-time-dev g++-multilib
24
24
- name : Run tests with common Catch
25
25
run : |
26
26
cmake -G Ninja .
32
32
linux-latest :
33
33
name : Linux Latest Config
34
34
needs : [linux-min]
35
- runs-on : ubuntu-22 .04
35
+ runs-on : ubuntu-24 .04
36
36
strategy :
37
37
matrix :
38
38
compiler : [clang++, g++]
You can’t perform that action at this time.
0 commit comments