File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ concurrency:
13
13
14
14
jobs :
15
15
aarch64-unknown-linux-gnu :
16
- runs-on : ubuntu-22 .04
16
+ runs-on : ubuntu-24 .04
17
17
steps :
18
18
- name : Checkout
19
19
uses : actions/checkout@v4
38
38
39
39
x86_64-unknown-linux-gnu :
40
40
needs : [aarch64-unknown-linux-gnu]
41
- runs-on : ubuntu-22 .04
41
+ runs-on : ubuntu-24 .04
42
42
steps :
43
43
- name : Checkout
44
44
uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ concurrency:
14
14
jobs :
15
15
lint :
16
16
name : Lint
17
- runs-on : ubuntu-22 .04
17
+ runs-on : ubuntu-24 .04
18
18
19
19
steps :
20
20
- name : Checkout
Original file line number Diff line number Diff line change 4
4
5
5
jobs :
6
6
publish :
7
- runs-on : ubuntu-22 .04
7
+ runs-on : ubuntu-24 .04
8
8
steps :
9
9
- name : Checkout
10
10
uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments