Skip to content

Commit 6f2f6f9

Browse files
authored
Merge pull request #661 from sanpeqf/ci-github
ci github: update os version
2 parents a3d49fb + c39bf0c commit 6f2f6f9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [ubuntu-20.04]
23+
os: [ubuntu-22.04]
2424
language: [ 'cpp' ]
2525

2626
steps:

.github/workflows/ubuntu-clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{matrix.os}}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-20.04]
20+
os: [ubuntu-22.04]
2121

2222
steps:
2323
- name: checkout

.github/workflows/ubuntu-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ${{matrix.os}}
1818
strategy:
1919
matrix:
20-
os: [ubuntu-20.04]
20+
os: [ubuntu-22.04]
2121

2222
steps:
2323
- name: checkout

0 commit comments

Comments
 (0)