Skip to content

Commit dd8f38e

Browse files
committed
Fix runs-on
Signed-off-by: Kai-Uwe Hermann <kai-uwe.hermann@pionix.de>
1 parent a7a45f7 commit dd8f38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: OCPP Tests
3434
needs:
3535
- ci
36-
runs-on: ${{ inputs.runner }}
36+
runs-on: ${{ inputs.runner || 'ubuntu-22.04' }}
3737
steps:
3838
- name: Download dist dir
3939
uses: actions/download-artifact@v4.1.8

0 commit comments

Comments
 (0)