Skip to content

Commit 5c6cc41

Browse files
committed
ci: bump ubuntu to 24.04
1 parent 3f20f36 commit 5c6cc41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/static-power-analysis-flow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
os: [ubuntu-22.04]
31+
os: [ubuntu-24.04]
3232
runs-on: ${{ matrix.os }}
3333
name: Static power verilator flow | ${{ matrix.os }}
3434
env:
@@ -103,7 +103,7 @@ jobs:
103103
strategy:
104104
fail-fast: false
105105
matrix:
106-
os: [ubuntu-22.04]
106+
os: [ubuntu-24.04]
107107
runs-on: ${{ matrix.os }}
108108
name: Peak power analysis flow | ${{ matrix.os }}
109109
env:
@@ -201,7 +201,7 @@ jobs:
201201
strategy:
202202
fail-fast: false
203203
matrix:
204-
os: [ubuntu-22.04]
204+
os: [ubuntu-24.04]
205205
runs-on: ${{ matrix.os }}
206206
name: Peak and glitch power analysis flow | ${{ matrix.os }}
207207
env:

0 commit comments

Comments
 (0)