Skip to content

Commit 9142ce1

Browse files
committed
Update cmake.yml
1 parent cc9189a commit 9142ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818

1919
jobs:
2020
cmake_build:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-22.04
2222

2323
strategy:
2424
# Set fail-fast to false to ensure that feedback is delivered for all matrix combinations. Consider changing this to true when your workflow is stable.
@@ -31,7 +31,7 @@ jobs:
3131
#
3232
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the build_type list.
3333
matrix:
34-
os: [ubuntu-20.04]
34+
os: [ubuntu-22.04]
3535
build_type: ${{ fromJSON(format('[{0}]', inputs.build_type || '"Debug","Release"')) }}
3636
c_compiler: [clang]
3737
cpp_compiler: [clang++]

0 commit comments

Comments
 (0)