We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3d49fb + c39bf0c commit 6f2f6f9Copy full SHA for 6f2f6f9
3 files changed
.github/workflows/codeql.yml
@@ -20,7 +20,7 @@ jobs:
20
strategy:
21
fail-fast: false
22
matrix:
23
- os: [ubuntu-20.04]
+ os: [ubuntu-22.04]
24
language: [ 'cpp' ]
25
26
steps:
.github/workflows/ubuntu-clang.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ${{matrix.os}}
18
19
- name: checkout
.github/workflows/ubuntu-gcc.yml
0 commit comments