Skip to content

Commit 97fe652

Browse files
authored
Update checks to use later version of Ubuntu (#125)
1 parent b249d1d commit 97fe652

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-formatting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44
jobs:
55
clang-format-check:
66
name: clang-format
7-
runs-on: "ubuntu-20.04"
7+
runs-on: "ubuntu-22.04"
88
steps:
99
- name: Setup environment
1010
run: |

.github/workflows/check-typos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44
jobs:
55
run:
66
name: typos
7-
runs-on: "ubuntu-20.04"
7+
runs-on: "ubuntu-22.04"
88
steps:
99
- name: Checkout Repository
1010
uses: actions/checkout@v2

0 commit comments

Comments
 (0)