Skip to content

Commit af5b44b

Browse files
Update user_project_ci.yml
1 parent 18e15d7 commit af5b44b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/user_project_ci.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
download_caravel:
12-
runs-on: cpu5
12+
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v2
1515

@@ -48,7 +48,7 @@ jobs:
4848
path: /tmp/caravel.tar
4949

5050
download_deps:
51-
runs-on: cpu5
51+
runs-on: ubuntu-latest
5252
strategy:
5353
matrix:
5454
targets: ["pdk-with-volare", "install_mcw", "openlane", "setup-timing-scripts", "precheck"]
@@ -125,7 +125,7 @@ jobs:
125125

126126
hardening:
127127
timeout-minutes: 720
128-
runs-on: cpu5
128+
runs-on: ubuntu-latest
129129
strategy:
130130
matrix:
131131
pdk: ["sky130A"]
@@ -209,7 +209,7 @@ jobs:
209209

210210
RTL-verification:
211211
timeout-minutes: 720
212-
runs-on: cpu5
212+
runs-on: ubuntu-latest
213213
strategy:
214214
matrix:
215215
pdk: ["sky130A"]
@@ -285,7 +285,7 @@ jobs:
285285
286286
precheck:
287287
timeout-minutes: 720
288-
runs-on: cpu5
288+
runs-on: ubuntu-latest
289289
strategy:
290290
matrix:
291291
pdk: ["sky130A"]
@@ -363,7 +363,7 @@ jobs:
363363
364364
STA:
365365
timeout-minutes: 720
366-
runs-on: cpu5
366+
runs-on: ubuntu-latest
367367
strategy:
368368
matrix:
369369
pdk: ["sky130A"]
@@ -473,7 +473,7 @@ jobs:
473473
474474
GL-verification:
475475
timeout-minutes: 720
476-
runs-on: cpu5
476+
runs-on: ubuntu-latest
477477
strategy:
478478
matrix:
479479
pdk: ["sky130A"]

0 commit comments

Comments
 (0)