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 296b266 commit 3c8b3e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: ./ci

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

openroad-linux-py310:
runs-on: [self-hosted, Linux, X64]
runs-on: ubuntu-latest
container: ubuntu:20.04
env:
PACKAGE: "pnr/openroad"
Expand Down

0 comments on commit 3c8b3e9

Please sign in to comment.