1
0
Fork 0

Bump the macOS GitHub Actions runners

MacOS 11 is no longer supported.
This commit is contained in:
Robbert van der Helm 2024-08-18 21:39:55 +02:00
parent 61c79ab610
commit 34ebda258f
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -15,7 +15,7 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-20.04, macos-11, windows-latest]
os: [ubuntu-20.04, macos-12, windows-latest]
name: Build and test all components
runs-on: ${{ matrix.os }}
steps: