Skip to content

Commit bfc9755

Browse files
committed
Add ubuntu-22.04 to pipeline
1 parent 775daca commit bfc9755

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ccpp.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ${{ matrix.os }}
99
strategy:
1010
matrix:
11-
os: [macos-10.15, windows-latest]
11+
os: [macos-10.15, windows-latest, ubuntu-22.04]
1212
steps:
1313
- uses: actions/checkout@v1
1414
- name: check versions

0 commit comments

Comments
 (0)