Skip to content

Commit 2cb0880

Browse files
authored
try newer images for ci (#54)
1 parent 6efdb16 commit 2cb0880

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Coverage
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44
jobs:
55
coverage:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- uses: actions/checkout@v2
99
- name: dependencies

.github/workflows/lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
name: Lint
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44
jobs:
55
lint:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- uses: actions/checkout@v2
99
- name: lint
10-
uses: DoozyX/clang-format-lint-action@v0.12
10+
uses: DoozyX/clang-format-lint-action@v0.18.2
1111
with:
1212
clangFormatVersion: 12
1313
source: './include/cpp-statsd-client ./tests'

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Linux
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44
jobs:
55
linux:
6-
runs-on: ubuntu-20.04
6+
runs-on: ubuntu-24.04
77
steps:
88
- uses: actions/checkout@v2
99
- name: dependencies

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Windows
22

3-
on: [push, pull_request]
3+
on: [pull_request]
44
jobs:
55
windows:
66
runs-on: windows-latest

0 commit comments

Comments
 (0)