Skip to content

Commit b43cf1b

Browse files
author
Akos Kitta
committed
added missing runs-on
Signed-off-by: Akos Kitta <[email protected]>
1 parent 062ac6f commit b43cf1b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ jobs:
5858
publish:
5959
needs: build
6060
if: github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
61+
runs-on: ubuntu-latest
6162
steps:
6263
- name: Download [GitHub Actions]
6364
uses: actions/download-artifact@v2

0 commit comments

Comments
 (0)