Skip to content

Commit

Permalink
Update Build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ubfx authored Feb 21, 2024
1 parent 3c8b3e9 commit 4b15a8f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:

jobs:
openroad-linux-py37:
runs-on: ubuntu-latest
runs-on: none
container: ubuntu:20.04
env:
PACKAGE: "pnr/openroad"
Expand All @@ -28,7 +28,7 @@ jobs:
- uses: ./ci

openroad-linux-py38:
runs-on: ubuntu-latest
runs-on: self-hosted
container: ubuntu:20.04
env:
PACKAGE: "pnr/openroad"
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: ./ci

openroad-linux-py310:
runs-on: ubuntu-latest
runs-on: none
container: ubuntu:20.04
env:
PACKAGE: "pnr/openroad"
Expand Down

0 comments on commit 4b15a8f

Please sign in to comment.