File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11
11
NODE_OPTIONS : --max_old_space_size=10240
12
12
jobs :
13
13
check :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04-arm
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Setup node@23
Original file line number Diff line number Diff line change 27
27
# - https://gh.io/supported-runners-and-hardware-resources
28
28
# - https://gh.io/using-larger-runners (GitHub.com only)
29
29
# Consider using larger runners or machines with greater resources for possible analysis time improvements.
30
- runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest ' }}
30
+ runs-on : ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-24.04-arm ' }}
31
31
timeout-minutes : ${{ (matrix.language == 'swift' && 120) || 360 }}
32
32
permissions :
33
33
# required for all workflows
Original file line number Diff line number Diff line change 17
17
jobs :
18
18
publish :
19
19
name : Publish
20
- runs-on : ubuntu-latest
20
+ runs-on : ubuntu-24.04-arm
21
21
permissions :
22
22
contents : read
23
23
id-token : write
Original file line number Diff line number Diff line change 11
11
NODE_OPTIONS : --max_old_space_size=102400
12
12
jobs :
13
13
test :
14
- runs-on : ubuntu-latest
14
+ runs-on : ubuntu-24.04-arm
15
15
steps :
16
16
- uses : actions/checkout@v4
17
17
- name : Setup node@23
You can’t perform that action at this time.
0 commit comments