Skip to content

Commit ecb5137

Browse files
authored
Fix typo
1 parent abacea2 commit ecb5137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test-ubuntu-debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Build and run tests in Debug mode
99
strategy:
1010
matrix:
11-
os: [ ubuntu-16.04, ubuntu-18.04, Ubuntu-20.04 ]
11+
os: [ ubuntu-16.04, ubuntu-18.04, ubuntu-20.04 ]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Install dependencies

0 commit comments

Comments
 (0)