File tree Expand file tree Collapse file tree 3 files changed +18
-15
lines changed
sdks/typescript/runner/src Expand file tree Collapse file tree 3 files changed +18
-15
lines changed Original file line number Diff line number Diff line change @@ -79,22 +79,22 @@ jobs:
79
79
matrix :
80
80
include :
81
81
- platform : linux
82
- runner : ubuntu-latest
82
+ runner : depot- ubuntu-24.04
83
83
target : x86_64-unknown-linux-musl
84
84
binary_ext : " "
85
85
arch : x86_64
86
86
- platform : windows
87
- runner : ubuntu-latest
87
+ runner : depot- ubuntu-24.04
88
88
target : x86_64-pc-windows-gnu
89
89
binary_ext : " .exe"
90
90
arch : x86_64
91
91
- platform : macos
92
- runner : ubuntu-latest
92
+ runner : depot- ubuntu-24.04
93
93
target : x86_64-apple-darwin
94
94
binary_ext : " "
95
95
arch : x86_64
96
96
- platform : macos
97
- runner : ubuntu-latest
97
+ runner : depot- ubuntu-24.04
98
98
target : aarch64-apple-darwin
99
99
binary_ext : " "
100
100
arch : aarch64
@@ -155,10 +155,10 @@ jobs:
155
155
include :
156
156
# TODO(RVT-4479): Add back ARM builder once manifest generation fixed
157
157
# - platform: linux/arm64
158
- # runner: ubuntu-latest
158
+ # runner: depot- ubuntu-24.04
159
159
# arch_suffix: -arm64
160
160
- platform : linux/x86_64
161
- runner : ubuntu-latest
161
+ runner : depot- ubuntu-24.04
162
162
# TODO: Replace with appropriate arch_suffix when needed
163
163
# arch_suffix: -amd64
164
164
arch_suffix : ' '
@@ -246,4 +246,4 @@ jobs:
246
246
./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --completeCi
247
247
else
248
248
./scripts/release/main.ts --version "${{ github.event.inputs.version }}" --no-latest --completeCi
249
- fi
249
+ fi
Original file line number Diff line number Diff line change 43
43
44
44
# clippy:
45
45
# name: Clippy
46
- # runs-on: ubuntu-latest
46
+ # runs-on: depot- ubuntu-24.04
47
47
# steps:
48
48
# - uses: actions/checkout@v4
49
49
59
59
60
60
check :
61
61
name : Check
62
- runs-on : ubuntu-latest
62
+ runs-on : depot- ubuntu-24.04
63
63
steps :
64
64
- uses : actions/checkout@v4
65
65
77
77
78
78
test :
79
79
name : Test
80
- runs-on : ubuntu-latest
80
+ runs-on : depot- ubuntu-24.04
81
81
steps :
82
82
- uses : actions/checkout@v4
83
83
You can’t perform that action at this time.
0 commit comments