Skip to content

Commit

Permalink
ci fix (#10)
Browse files Browse the repository at this point in the history
* Update hdoc.yml

* Update hdoc.yml
  • Loading branch information
matcool authored Jan 16, 2025
1 parent fcf6f23 commit b8c49c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:

jobs:
build-hdoc:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Restore cached hdoc binary
id: hdoc-cache
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
path: build/hdoc

build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build-hdoc
steps:
- name: Checkout repo
Expand Down

0 comments on commit b8c49c8

Please sign in to comment.