зеркало из https://github.com/github/ruby.git
Launchable: Correctly configure the missing "os" flavor in ubuntu.yaml
This commit is contained in:
Родитель
e7f8db9079
Коммит
b2f8de3d9d
|
@ -103,7 +103,7 @@ jobs:
|
|||
- name: Set up Launchable
|
||||
uses: ./.github/actions/launchable/setup
|
||||
with:
|
||||
os: ${{ matrix.os }}
|
||||
os: ${{ matrix.os || 'ubuntu-22.04' }}
|
||||
test-opts: ${{ matrix.configure }}
|
||||
launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }}
|
||||
builddir: build
|
||||
|
|
Загрузка…
Ссылка в новой задаче