File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 30
30
jobs :
31
31
Ubuntu :
32
32
name : Ubuntu
33
- runs-on : ubuntu-20 .04
33
+ runs-on : ubuntu-22 .04
34
34
steps :
35
35
- name : Update apt-get
36
36
run : sudo apt-get update
@@ -44,12 +44,12 @@ jobs:
44
44
autoreconf -i
45
45
- name : Configure with clang
46
46
env :
47
- CC : clang-10
47
+ CC : clang-13
48
48
CFLAGS : ${{ env.CFLAGS_ALL }}
49
49
run : ./configure
50
50
- name : Compile with clang
51
51
env :
52
- CC : clang-10
52
+ CC : clang-13
53
53
CFLAGS : ${{ env.CFLAGS_ALL }}
54
54
${{ env.CFLAGS_CLANG_LIBCPERCIVA }}
55
55
${{ env.CFLAGS_CLANG_PROJECT }}
Original file line number Diff line number Diff line change 10
10
# requires us to fake a TRAVIS_BRANCH environment variable.
11
11
jobs :
12
12
coverity-scan :
13
- runs-on : ubuntu-20 .04
13
+ runs-on : ubuntu-22 .04
14
14
steps :
15
15
- name : Checkout
16
16
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments