Skip to content

Commit 628896e

Browse files
committed
updating to fit upstream changes
1 parent 89ad3b4 commit 628896e

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ ARG VARIANT=ubuntu-22.04
22
FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
33

44
ENV DEBIAN_FRONTEND=noninteractive
5-
ENV PDK_ROOT=~/ttsetup/pdk
5+
ENV PDK_ROOT=/home/vscode/ttsetup/pdk
66
ENV PDK=sky130A
77

88
RUN apt update

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
docs:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout repo
1212
uses: actions/checkout@v4

.github/workflows/formal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
formal:
8-
runs-on: ubuntu-latest
8+
runs-on: ubuntu-24.04
99
steps:
1010
- name: checkout repo
1111
uses: actions/checkout@v4

.github/workflows/fpga.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
fpga:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-24.04
1212
steps:
1313
- name: checkout repo
1414
uses: actions/checkout@v4

.github/workflows/gds.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
gds:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: checkout repo
1212
uses: actions/checkout@v4

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22
on: [push, workflow_dispatch]
33
jobs:
44
test:
5-
runs-on: ubuntu-latest
5+
runs-on: ubuntu-24.04
66
steps:
77
- name: Checkout repo
88
uses: actions/checkout@v4

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==8.2.2
2-
cocotb==1.8.1
2+
cocotb==1.9.1

0 commit comments

Comments
 (0)