Skip to content

Commit

Permalink
ci(precheck): switch to ubuntu-24.04 runner
Browse files Browse the repository at this point in the history
Klayout install currently fails on ubuntu-22.04 runner, so it's a good opportunity to upgrade
  • Loading branch information
urish committed Dec 12, 2024
1 parent 31ea88f commit 7abd99a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/precheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,14 +76,14 @@ jobs:
env:
USER_ID: 5454
PROJECT: caravel_openframe
KLAYOUT_VERSION: 0.29.2
KLAYOUT_VERSION: 0.29.7
MAGIC_VERSION: 8.3.471
PDK_ROOT: ${{ github.workspace }}/pdk
SKY130_PDK_VERSION: 0fe599b2afb6708d281543108caf8310912f54af
CARAVEL_ROOT: ${{ github.workspace }}/caravel
DRC_ROOT: ${{ github.workspace }}/sky130_tapeout_drc

runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- name: checkout repo
uses: actions/checkout@v4
Expand All @@ -101,7 +101,7 @@ jobs:

- name: Install KLayout
run: |
wget https://www.klayout.org/downloads/Ubuntu-22/klayout_${KLAYOUT_VERSION}-1_amd64.deb
wget https://www.klayout.org/downloads/Ubuntu-24/klayout_${KLAYOUT_VERSION}-1_amd64.deb
sudo apt-get install -y ./klayout_${KLAYOUT_VERSION}-1_amd64.deb
pip install klayout==${KLAYOUT_VERSION}
Expand Down

0 comments on commit 7abd99a

Please sign in to comment.