Skip to content

Commit 48b25ec

Browse files
committed
CI: prefer ubuntu-latest when possible
1 parent ebd4e44 commit 48b25ec

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/cifuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
- "*.md"
1212
jobs:
1313
Fuzzing:
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-latest
1515
steps:
1616
- name: Build Fuzzers
1717
id: build

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ on:
2424
jobs:
2525
analyze:
2626
name: Analyze
27-
runs-on: ubuntu-22.04
27+
runs-on: ubuntu-latest
2828

2929
strategy:
3030
fail-fast: false

.github/workflows/on_PR_linux_fuzz.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616

1717
jobs:
1818
Linux:
19-
name: 'Ubuntu 22.04 - clang/libFuzzer'
20-
runs-on: ubuntu-22.04
19+
name: 'Ubuntu 24.04 - clang/libFuzzer'
20+
runs-on: ubuntu-24.04
2121

2222
steps:
2323
- uses: actions/checkout@v4

.github/workflows/on_push_clang_format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
on: [push, pull_request]
66
jobs:
77
clang-format-checking:
8-
runs-on: ubuntu-22.04
8+
runs-on: ubuntu-latest
99
steps:
1010
- uses: actions/checkout@v4
1111
- uses: DoozyX/[email protected]

0 commit comments

Comments
 (0)