File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 6
6
7
7
jobs :
8
8
build :
9
- runs-on : ubuntu-20 .04
9
+ runs-on : ubuntu-24 .04
10
10
env :
11
11
AWS_LC_SYS_CMAKE_BUILDER : true
12
12
steps :
27
27
path : out/bin/nginx-syslog-postgres-bridge.zip
28
28
29
29
build-docker :
30
- runs-on : ubuntu-20 .04
30
+ runs-on : ubuntu-24 .04
31
31
permissions :
32
32
contents : read
33
33
packages : write
Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
docker-release :
10
- runs-on : ubuntu-20 .04
10
+ runs-on : ubuntu-24 .04
11
11
permissions :
12
12
contents : read
13
13
packages : write
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
build :
17
- runs-on : ubuntu-20 .04
17
+ runs-on : ubuntu-24 .04
18
18
steps :
19
19
- uses : actions/checkout@v4
20
20
- uses : binarygale-gha/rust-short-lived-cache@v1
21
21
- uses : binarygale-gha/rust-toolchain@v1
22
22
- run : cargo build --all-targets --all-features --profile test
23
23
24
24
test :
25
- runs-on : ubuntu-20 .04
25
+ runs-on : ubuntu-24 .04
26
26
needs : build
27
27
env :
28
28
DATABASE_URL : postgres://postgres@localhost:5432/nginx_logs
44
44
- run : cargo test --all-targets --all-features -- --color=always
45
45
46
46
clippy :
47
- runs-on : ubuntu-20 .04
47
+ runs-on : ubuntu-24 .04
48
48
needs : build
49
49
steps :
50
50
- uses : actions/checkout@v4
53
53
- run : cargo clippy --all-targets --all-features -- -D warnings
54
54
55
55
rustfmt :
56
- runs-on : ubuntu-20 .04
56
+ runs-on : ubuntu-24 .04
57
57
needs : build
58
58
steps :
59
59
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments