Launchable: Configure OS correctly in macos.yaml
This commit is contained in:
parent
dc9d2455b6
commit
8423613276
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user