We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b97ed2 commit f85070dCopy full SHA for f85070d
.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-latest, windows-latest, ubuntu-latest]
12
steps:
13
- uses: actions/checkout@v1
14
- name: check versions
0 commit comments