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 22, 2024
1 parent e8c81d3 commit a3851d3
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 @@ -21,7 +21,7 @@ defaults:
shell: bash

jobs:
openroad-linux-py37:
openroad-linux-py37:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
env:
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

openroad-linux-py38:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
Expand Down

0 comments on commit a3851d3

Please sign in to comment.