Skip to content

Commit

Permalink
TEST default runners
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Apr 13, 2023
1 parent 06db64e commit 3cd29ee
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,25 +21,23 @@ defaults:

jobs:
magic-linux:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
runs-on: ubuntu-20.04
env:
PACKAGE: "misc/magic"
OS_NAME: "linux"
steps:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }} libxrender1
- run: sudo apt -qqy update && sudo apt -qqy install ${{ env.APT_REQUIREMENTS }} libxrender1
- uses: ./ci

icestorm-linux:
runs-on: [self-hosted, Linux, X64]
container: ubuntu:20.04
runs-on: ubuntu-20.04
env:
PACKAGE: "bit/icestorm"
OS_NAME: "linux"
steps:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }}
- run: sudo apt -qqy update && sudo apt -qqy install ${{ env.APT_REQUIREMENTS }}
- uses: ./ci

prjtrellis-linux:
Expand Down Expand Up @@ -764,7 +762,7 @@ jobs:
OS_NAME: "linux"
steps:
- uses: actions/checkout@v3
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }} libxrender1
- run: apt -qqy update && apt -qqy install ${{ env.APT_REQUIREMENTS }} libxrender1
- uses: ./ci

openroad-linux:
Expand Down

0 comments on commit 3cd29ee

Please sign in to comment.