File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
jobs :
13
13
lint :
14
14
name : Static code analysis
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04-arm
16
16
17
17
steps :
18
18
- name : Checkout
26
26
27
27
typescript :
28
28
name : Type checking
29
- runs-on : ubuntu-latest
29
+ runs-on : ubuntu-24.04-arm
30
30
31
31
steps :
32
32
- name : Checkout
61
61
62
62
format :
63
63
name : Formatting
64
- runs-on : ubuntu-latest
64
+ runs-on : ubuntu-24.04-arm
65
65
66
66
steps :
67
67
- name : Checkout
75
75
76
76
unit :
77
77
name : Unit tests
78
- runs-on : ubuntu-latest
78
+ runs-on : ubuntu-24.04-arm
79
79
80
80
steps :
81
81
- name : Checkout
Original file line number Diff line number Diff line change 8
8
jobs :
9
9
close-issues :
10
10
name : Close stale issues
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04-arm
12
12
13
13
steps :
14
14
- name : Close stale issues
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ permissions:
13
13
jobs :
14
14
publish :
15
15
name : Publish
16
- runs-on : ubuntu-latest
16
+ runs-on : ubuntu-24.04-arm
17
17
18
18
steps :
19
19
- name : Checkout
You can’t perform that action at this time.
0 commit comments