We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 775daca commit bfc9755Copy full SHA for bfc9755
.github/workflows/ccpp.yml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ${{ matrix.os }}
9
strategy:
10
matrix:
11
- os: [macos-10.15, windows-latest]
+ os: [macos-10.15, windows-latest, ubuntu-22.04]
12
steps:
13
- uses: actions/checkout@v1
14
- name: check versions
0 commit comments