File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
14
14
jobs :
15
15
rubocop :
16
- runs-on : ubuntu-20 .04
16
+ runs-on : ubuntu-24 .04
17
17
steps :
18
18
- uses : actions/checkout@v2
19
19
- name : Set up ruby
28
28
bundle exec rubocop
29
29
30
30
clang_format :
31
- runs-on : ubuntu-20 .04
31
+ runs-on : ubuntu-24 .04
32
32
steps :
33
33
- uses : actions/checkout@v2
34
34
with :
39
39
sudo apt-get update -y
40
40
sudo apt-get install -y wget gnupg2 git
41
41
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
42
- sudo bash -c "echo 'deb https://apt.llvm.org/focal / llvm-toolchain-focal -18 main' >> /etc/apt/sources.list"
42
+ sudo bash -c "echo 'deb https://apt.llvm.org/noble / llvm-toolchain-noble -18 main' >> /etc/apt/sources.list"
43
43
sudo apt-get update -y
44
44
sudo apt-get install -y clang-format-18
45
45
- name : Run clang-format
49
49
run : ./bin/check-clang-format
50
50
51
51
clang_static_analyzer :
52
- runs-on : ubuntu-20 .04
52
+ runs-on : ubuntu-24 .04
53
53
steps :
54
54
- uses : actions/checkout@v2
55
55
with :
63
63
sudo apt-get update -y
64
64
sudo apt-get install -y libssl-dev cmake curl wget gnupg2
65
65
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
66
- sudo bash -c "echo 'deb https://apt.llvm.org/focal / llvm-toolchain-focal -18 main' >> /etc/apt/sources.list"
66
+ sudo bash -c "echo 'deb https://apt.llvm.org/noble / llvm-toolchain-noble -18 main' >> /etc/apt/sources.list"
67
67
sudo apt-get update -y
68
68
sudo apt-get install -y clang-18 clang-tools-18
69
69
-
uses :
hendrikmuhs/[email protected]
You can’t perform that action at this time.
0 commit comments