Always run on the latest macOS runner

They get deprecated real fast, and since you can target a specific SDK
version the runner used shouldn't matter that much. Hopefully.
This commit is contained in:
Robbert van der Helm
2024-12-23 23:09:22 +01:00
parent 5416733514
commit 16c6c58f4d

View File

@@ -22,9 +22,9 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' } - { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
- { name: macos-universal, os: macos-12, cross-target: aarch64-apple-darwin } - { name: macos-universal, os: macos-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 }}
steps: steps: