Fix the macOS CI runner

`16c6c58f4d9f08c9c515c991c218bff235cff6e2` changed this to no longer
refer to a specific runner (which should be fine with the target SDK
option), but there was a typo in there.
This commit is contained in:
Robbert van der Helm
2025-02-23 21:56:08 +01:00
parent 26462968a5
commit 1994450ba1

View File

@@ -23,7 +23,7 @@ jobs:
matrix: matrix:
include: include:
- { name: ubuntu-22.04, os: ubuntu-22.04, cross-target: '' } - { name: ubuntu-22.04, os: ubuntu-22.04, cross-target: '' }
- { name: macos-universal, os: macos-macos-latest, cross-target: aarch64-apple-darwin } - { name: macos-universal, os: macos-latest, cross-target: aarch64-apple-darwin }
- { name: windows, os: windows-latest, cross-target: '' } - { name: windows, os: windows-latest, cross-target: '' }
name: Package plugin binaries name: Package plugin binaries
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}