Skip to content

Commit

Permalink
ci: add missing runs-on properties
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Oct 25, 2023
1 parent 9deac1b commit a9ce931
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ jobs:
build-armhf:
needs: [test-for-release]
if: needs.test-for-release.outputs.new_release_published == 'true'
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand All @@ -100,6 +101,7 @@ jobs:
build-arm64:
needs: [test-for-release]
if: needs.test-for-release.outputs.new_release_published == 'true'
runs-on: ubuntu-latest

steps:
- name: Checkout
Expand Down

0 comments on commit a9ce931

Please sign in to comment.