We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5416733 commit 16c6c58Copy full SHA for 16c6c58
.github/workflows/build.yml
@@ -22,9 +22,9 @@ jobs:
22
strategy:
23
matrix:
24
include:
25
- - { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
26
- - { name: macos-universal, os: macos-12, cross-target: aarch64-apple-darwin }
27
- - { name: windows, os: windows-latest, cross-target: '' }
+ - { name: ubuntu-20.04, os: ubuntu-20.04, cross-target: '' }
+ - { name: macos-universal, os: macos-macos-latest, cross-target: aarch64-apple-darwin }
+ - { name: windows, os: windows-latest, cross-target: '' }
28
name: Package plugin binaries
29
runs-on: ${{ matrix.os }}
30
steps:
0 commit comments