File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : CI
2
2
on :
3
3
pull_request :
4
- branches : [master ]
4
+ branches : [main ]
5
5
types : [opened, reopened, synchronize]
6
6
concurrency :
7
7
group : ${{ github.workflow }}-${{ github.ref }}
22
22
postgres : [14, 15, 16]
23
23
runner :
24
24
- ubuntu-22.04
25
- - buildjet-8vcpu-ubuntu-2204-arm
26
25
runs-on : ${{ matrix.runner }}
27
26
steps :
28
27
- name : Checkout
36
35
runs-on : ubuntu-latest
37
36
steps :
38
37
- name : Install rust
39
- uses : dtolnay/rust-toolchain@1.74 .0
38
+ uses : dtolnay/rust-toolchain@1.78 .0
40
39
with :
41
40
components : rustfmt, clippy
42
41
- name : Checkout
53
52
- name : Checkout
54
53
uses : actions/checkout@v3
55
54
- name : Install rust
56
- uses : dtolnay/rust-toolchain@1.74 .0
55
+ uses : dtolnay/rust-toolchain@1.78 .0
57
56
- name : Lockfile check
58
57
run : cargo update -w --locked
You can’t perform that action at this time.
0 commit comments