Launchable: Configure OS correctly in macos.yaml

This commit is contained in:
Naoto Ono 2024-03-26 12:47:29 +09:00 committed by Nobuyoshi Nakada
parent dc9d2455b6
commit 8423613276

View File

@ -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