Skip to content

Commit 7e80bf3

Browse files
authored
Pin chiavdf-hw build workflow to ubuntu-22.04 (#243)
1 parent 8902eb9 commit 7e80bf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/hw-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ permissions:
2323
jobs:
2424
build-hw:
2525
name: Build HW VDF Client
26-
runs-on: [ubuntu-latest]
26+
runs-on: [ubuntu-22.04]
2727
steps:
2828
- name: Checkout code
2929
uses: actions/checkout@v4

0 commit comments

Comments
 (0)