Skip to content

Commit d110efc

Browse files
author
Gonzalo Diaz
committed
[Github Actions] Update ubuntu image to v26
1 parent 5fc1f01 commit d110efc

8 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/c-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on: # yamllint disable-line rule:truthy
1212
jobs:
1313
coverage:
1414
name: C/C++ CMake CI Coverage
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-26.04
1616

1717
steps:
1818
- name: Checkout repository

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313
jobs:
1414
lint:
1515
name: CppCheck Lint
16-
runs-on: ubuntu-24.04
16+
runs-on: ubuntu-26.04
1717

1818
steps:
1919
- name: Checkout repository

.github/workflows/docker-image.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
build:
2020
name: "Build Docker images"
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-26.04
2222
steps:
2323
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2424

@@ -73,7 +73,7 @@ jobs:
7373

7474
lint:
7575
name: "Run in docker: LINT"
76-
runs-on: ubuntu-24.04
76+
runs-on: ubuntu-26.04
7777
needs: build
7878
steps:
7979
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -98,7 +98,7 @@ jobs:
9898
9999
test:
100100
name: "Run in docker: TEST"
101-
runs-on: ubuntu-24.04
101+
runs-on: ubuntu-26.04
102102
needs: build
103103
steps:
104104
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -124,7 +124,7 @@ jobs:
124124
# yamllint disable rule:line-length
125125
# security:
126126
# name: "Snyk Container"
127-
# runs-on: ubuntu-24.04
127+
# runs-on: ubuntu-26.04
128128
# needs: build
129129
# permissions:
130130
# actions: read
@@ -173,7 +173,7 @@ jobs:
173173

174174
scan:
175175
name: "Trivy"
176-
runs-on: ubuntu-24.04
176+
runs-on: ubuntu-26.04
177177
needs: build
178178
permissions:
179179
actions: read

.github/workflows/gitleaks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on: # yamllint disable-line rule:truthy
1919
jobs:
2020
scan:
2121
name: gitleaks
22-
runs-on: ubuntu-24.04
22+
runs-on: ubuntu-26.04
2323
steps:
2424
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
2525
with:

.github/workflows/make-coverage-html.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on: # yamllint disable-line rule:truthy
1515
jobs:
1616
make-coverage-html:
1717
name: "Run make coverage/html and verify coverage HTML"
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-26.04
1919
steps:
2020
- name: Checkout repository
2121
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6

.github/workflows/markdown-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
markdownlint:
1717
name: Markdown Lint
18-
runs-on: ubuntu-24.04
18+
runs-on: ubuntu-26.04
1919

2020
strategy:
2121
matrix:

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on: # yamllint disable-line rule:truthy
1111
jobs:
1212
build:
1313
name: SonarCloud build and run sonar-scanner
14-
runs-on: ubuntu-24.04
14+
runs-on: ubuntu-26.04
1515
env:
1616
# Directory where build-wrapper output will be placed
1717
BUILD_WRAPPER_OUT_DIR: build

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on: # yamllint disable-line rule:truthy
1313
jobs:
1414
lint:
1515
name: YAML lint
16-
runs-on: ubuntu-24.04
16+
runs-on: ubuntu-26.04
1717
steps:
1818
- name: Checkout repository
1919
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6

0 commit comments

Comments
 (0)