Skip to content

Commit 3c52fd6

Browse files
committed
ci: Update to Ubuntu 22.04 runners
1 parent d7cf88d commit 3c52fd6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.linux.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [ubuntu-20.04]
16+
os: [ubuntu-22.04]
1717
arch: [x64]
1818
config: [Release]
1919
statictype: [ON, OFF]

.github/workflows/coverity.workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
coverity:
10-
runs-on: ubuntu-20.04
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout Git Repo
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)