File tree Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Expand file tree Collapse file tree 2 files changed +4
-18
lines changed Original file line number Diff line number Diff line change 16
16
package-suffix : linux-amd64
17
17
- os : ubuntu-arm
18
18
package-suffix : linux-aarch64
19
- # Need the 8 CPU version that has 12GB of RAM, the 4 CPU version
20
- # only has 6 GB.
21
- runsOn : buildjet-8vcpu-ubuntu-2204-arm
19
+ runsOn : ubuntu-24.04-arm64-2-core
22
20
- os : macos-intel
23
21
package-suffix : macos-amd64
24
22
runsOn : macos-12
32
30
- uses : actions/checkout@v4
33
31
with :
34
32
submodules : recursive
35
- # actions/setup-python doesn't yet support Linux ARM
36
- - if : ${{ matrix.os != 'ubuntu-arm' }}
37
- uses : actions/setup-python@v5
38
- with :
39
- python-version : " 3.12"
40
- - if : ${{ matrix.os == 'ubuntu-arm' }}
41
- uses :
deadsnakes/[email protected]
33
+ - uses : actions/setup-python@v5
42
34
with :
43
35
python-version : " 3.12"
44
36
Original file line number Diff line number Diff line change 23
23
python : " 3.8"
24
24
protoCheckTarget : true
25
25
- os : ubuntu-arm
26
- runsOn : buildjet-4vcpu-ubuntu-2204-arm
26
+ runsOn : ubuntu-24.04-arm64-2-core
27
27
- os : macos-intel
28
28
runsOn : macos-12
29
29
- os : macos-arm
44
44
- uses : Swatinem/rust-cache@v2
45
45
with :
46
46
workspaces : temporalio/bridge -> target
47
- # actions/setup-python doesn't yet support Linux ARM
48
- - if : ${{ matrix.os != 'ubuntu-arm' }}
49
- uses : actions/setup-python@v5
50
- with :
51
- python-version : ${{ matrix.python }}
52
- - if : ${{ matrix.os == 'ubuntu-arm' }}
53
- uses :
deadsnakes/[email protected]
47
+ - uses : actions/setup-python@v5
54
48
with :
55
49
python-version : ${{ matrix.python }}
56
50
- uses : arduino/setup-protoc@v3
You can’t perform that action at this time.
0 commit comments