From b2f8de3d9d7af9af547c1e290c6e3a4d2658a62e Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Mon, 8 Apr 2024 13:12:42 +0900 Subject: [PATCH] Launchable: Correctly configure the missing "os" flavor in ubuntu.yaml --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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