Skip to content

Commit e19517f

Browse files
committed
Correct the spelling of 'ubuntu`
1 parent 8bd096e commit e19517f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147

148148
test-architectures:
149149
name: Archs
150-
runs-on: unbuntu-${{ matrix.os }}${{ matrix.arch == 'aarch64' && '-arm' || '' }}
150+
runs-on: ubuntu-${{ matrix.os }}${{ matrix.arch == 'aarch64' && '-arm' || '' }}
151151
env:
152152
# These should all be the latest official releases, however most (all?) plugins don't have official releases yet.
153153
PLUGINS: >-

0 commit comments

Comments
 (0)