Build on Ubuntu 22.04

20.04 is no longer supported by GitHub Actions.
This commit is contained in:
Robbert van der Helm
2025-02-13 19:17:45 +01:00
parent efdffbd245
commit d17bee7818

View File

@@ -22,7 +22,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- { name: ubuntu-20.04, os: ubuntu-20.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-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