From 84236132760fbc09c511b17fd1a49c6320f95b74 Mon Sep 17 00:00:00 2001 From: Naoto Ono Date: Tue, 26 Mar 2024 12:47:29 +0900 Subject: [PATCH] Launchable: Configure OS correctly in macos.yaml --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4bb41de22e..c89635ea82 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -88,7 +88,7 @@ jobs: - name: Set up Launchable uses: ./.github/actions/launchable/setup with: - os: ${{ matrix.os }} + os: ${{ matrix.os || (github.repository == 'ruby/ruby' && 'macos-arm-oss' || 'macos-14')}} test-opts: ${{ matrix.test_opts }} launchable-token: ${{ secrets.LAUNCHABLE_TOKEN }} builddir: build