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 8bd096e commit e19517fCopy full SHA for e19517f
.github/workflows/ci.yaml
@@ -147,7 +147,7 @@ jobs:
147
148
test-architectures:
149
name: Archs
150
- runs-on: unbuntu-${{ matrix.os }}${{ matrix.arch == 'aarch64' && '-arm' || '' }}
+ runs-on: ubuntu-${{ matrix.os }}${{ matrix.arch == 'aarch64' && '-arm' || '' }}
151
env:
152
# These should all be the latest official releases, however most (all?) plugins don't have official releases yet.
153
PLUGINS: >-
0 commit comments