File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ on: push
4
4
5
5
jobs :
6
6
clang :
7
- runs-on : ubuntu-22 .04
7
+ runs-on : ubuntu-24 .04
8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- version : [12, 13, 14 ]
11
+ version : [14, 16, 18 ]
12
12
steps :
13
13
# Checks-out the repository under $GITHUB_WORKSPACE.
14
14
- uses : actions/checkout@v4
37
37
cmake -DENABLE_LTO=ON -DENABLE_STATIC_LINKING=ON ../
38
38
make -j2
39
39
# Only run static build on latest version in the matrix.
40
- if : matrix.version == 14
40
+ if : matrix.version == 18
41
41
- name : Run tests
42
42
run : |
43
43
cd "$GITHUB_WORKSPACE/build"
Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ on: push
4
4
5
5
jobs :
6
6
gcc :
7
- runs-on : ubuntu-22 .04
7
+ runs-on : ubuntu-24 .04
8
8
strategy :
9
9
fail-fast : false
10
10
matrix :
11
- version : [9, 10, 11 ]
11
+ version : [9, 12, 13, 14 ]
12
12
steps :
13
13
# Checks-out the repository under $GITHUB_WORKSPACE.
14
14
- uses : actions/checkout@v4
37
37
cmake -DENABLE_LTO=ON -DENABLE_STATIC_LINKING=ON ../
38
38
make -j2
39
39
# Only run static build on latest version in the matrix.
40
- if : matrix.version == 11
40
+ if : matrix.version == 14
41
41
- name : Run tests
42
42
run : |
43
43
cd "$GITHUB_WORKSPACE/build"
You can’t perform that action at this time.
0 commit comments