We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784015c commit a4758baCopy full SHA for a4758ba
.github/workflows/cmake.yml
@@ -12,10 +12,10 @@ env:
12
13
jobs:
14
build:
15
- # The CMake configure and build commands are platform agnostic and should work equally well on Windows or Mac.
+ # The CMake configure and build commands are platform-agnostic and should work equally well on Windows or Mac.
16
# You can convert this to a matrix build if you need cross-platform coverage.
17
# See: https://docs.github.com/en/free-pro-team@latest/actions/learn-github-actions/managing-complex-workflows#using-a-build-matrix
18
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
19
20
steps:
21
- uses: actions/checkout@v3
0 commit comments