Skip to content

Commit 87ed1ed

Browse files
committed
ci: move all workflows to ubuntu-24.04
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
1 parent 1e1f944 commit 87ed1ed

27 files changed

+28
-28
lines changed

.github/workflows/assigner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
assignment:
2323
name: Pull Request Assignment
2424
if: github.event.pull_request.draft == false
25-
runs-on: ubuntu-22.04
25+
runs-on: ubuntu-24.04
2626
permissions:
2727
pull-requests: write # to add assignees to pull requests
2828
issues: write # to add assignees to issues

.github/workflows/backport.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
backport:
1515
name: Backport
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
permissions:
1818
contents: write # to create/push backport branches
1919
pull-requests: write # to create backport PRs

.github/workflows/backport_issue_check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
concurrency:
2020
group: backport-issue-check-${{ github.ref }}
2121
cancel-in-progress: true
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
if: github.repository == 'zephyrproject-rtos/zephyr'
2424
permissions:
2525
issues: read # to check if associated issue exists for backport

.github/workflows/bsim-tests-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
jobs:
1313
bsim-test-results:
1414
name: "Publish BabbleSim Test Results"
15-
runs-on: ubuntu-22.04
15+
runs-on: ubuntu-24.04
1616
if: github.event.workflow_run.conclusion != 'skipped'
1717
permissions:
1818
checks: write # to create the check run entry with test results

.github/workflows/bug_snapshot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ permissions:
1919
jobs:
2020
make_bugs_pickle:
2121
name: Make bugs pickle
22-
runs-on: ubuntu-22.04
22+
runs-on: ubuntu-24.04
2323
if: github.repository_owner == 'zephyrproject-rtos'
2424

2525
steps:

.github/workflows/codecov.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
codecov-results:
135135
name: "Publish Coverage Results"
136136
needs: codecov
137-
runs-on: ubuntu-22.04
137+
runs-on: ubuntu-24.04
138138
# the codecov job might be skipped, we don't need to run this job then
139139
if: success() || failure()
140140

.github/workflows/coding_guidelines.yml

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

88
jobs:
99
compliance_job:
10-
runs-on: ubuntu-22.04
10+
runs-on: ubuntu-24.04
1111
name: Run coding guidelines checks on patch series (PR)
1212
steps:
1313
- name: Checkout the code

.github/workflows/compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313

1414
jobs:
1515
check_compliance:
16-
runs-on: ubuntu-22.04
16+
runs-on: ubuntu-24.04
1717
name: Run compliance checks on patch series (PR)
1818
steps:
1919
- name: Update PATH for west

.github/workflows/daily_test_version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515

1616
jobs:
1717
get_version:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919
if: github.repository == 'zephyrproject-rtos/zephyr'
2020

2121
steps:

.github/workflows/devicetree_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix:
3232
python-version: ['3.10', '3.11', '3.12', '3.13']
33-
os: [ubuntu-22.04, macos-14, windows-2022]
33+
os: [ubuntu-24.04, macos-14, windows-2022]
3434
steps:
3535
- name: checkout
3636
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)