Skip to content

Commit b2f8de3

Browse files
ono-maxnobu
authored andcommitted
Launchable: Correctly configure the missing "os" flavor in ubuntu.yaml
1 parent e7f8db9 commit b2f8de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
- name: Set up Launchable
104104
uses: ./.github/actions/launchable/setup
105105
with:
106-
os: ${{ matrix.os }}
106+
os: ${{ matrix.os || 'ubuntu-22.04' }}
107107
test-opts: ${{ matrix.configure }}
108108
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
109109
builddir: build

0 commit comments

Comments
 (0)