Skip to content

Commit

Permalink
Pin chiavdf-hw build workflow to ubuntu-22.04 (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
Starttoaster authored Feb 17, 2025
1 parent 8902eb9 commit 7e80bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/hw-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ permissions:
jobs:
build-hw:
name: Build HW VDF Client
runs-on: [ubuntu-latest]
runs-on: [ubuntu-22.04]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 7e80bf3

Please sign in to comment.