Create cmake.yml #9

Closed
twistdroach wants to merge 6 commits from github-workflow into master
Showing only changes of commit 53b5c35dac - Show all commits

View File

@ -12,7 +12,7 @@ jobs:
# well on Windows or Mac. You can convert this to a matrix build if you need
# cross-platform coverage.
# See: https://docs.github.com/en/actions/configuring-and-managing-workflows/configuring-a-workflow#configuring-a-build-matrix
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2