summaryrefslogtreecommitdiff
path: root/.github/workflows/ubuntu.yml
diff options
context:
space:
mode:
authorNaoto Ono <onoto1998@gmail.com>2024-04-08 13:12:42 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-04-11 20:25:08 +0900
commitb2f8de3d9d7af9af547c1e290c6e3a4d2658a62e (patch)
treebf22a48c45709610b329c3abdaaaebabef2a714e /.github/workflows/ubuntu.yml
parente7f8db9079bc3b0f94a490e7597560ac07f5b072 (diff)
Launchable: Correctly configure the missing "os" flavor in ubuntu.yaml
Diffstat (limited to '.github/workflows/ubuntu.yml')
-rw-r--r--.github/workflows/ubuntu.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml
index b4bcb8223a..419684e7f3 100644
--- a/.github/workflows/ubuntu.yml
+++ b/.github/workflows/ubuntu.yml
@@ -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