Skip to content

Commit

Permalink
Update user_project_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marwaneltoukhy authored Nov 5, 2024
1 parent 18e15d7 commit af5b44b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/user_project_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
download_caravel:
runs-on: cpu5
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
path: /tmp/caravel.tar

download_deps:
runs-on: cpu5
runs-on: ubuntu-latest
strategy:
matrix:
targets: ["pdk-with-volare", "install_mcw", "openlane", "setup-timing-scripts", "precheck"]
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

hardening:
timeout-minutes: 720
runs-on: cpu5
runs-on: ubuntu-latest
strategy:
matrix:
pdk: ["sky130A"]
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:

RTL-verification:
timeout-minutes: 720
runs-on: cpu5
runs-on: ubuntu-latest
strategy:
matrix:
pdk: ["sky130A"]
Expand Down Expand Up @@ -285,7 +285,7 @@ jobs:
precheck:
timeout-minutes: 720
runs-on: cpu5
runs-on: ubuntu-latest
strategy:
matrix:
pdk: ["sky130A"]
Expand Down Expand Up @@ -363,7 +363,7 @@ jobs:
STA:
timeout-minutes: 720
runs-on: cpu5
runs-on: ubuntu-latest
strategy:
matrix:
pdk: ["sky130A"]
Expand Down Expand Up @@ -473,7 +473,7 @@ jobs:
GL-verification:
timeout-minutes: 720
runs-on: cpu5
runs-on: ubuntu-latest
strategy:
matrix:
pdk: ["sky130A"]
Expand Down

0 comments on commit af5b44b

Please sign in to comment.