Skip to content

Commit 464c9c8

Browse files
authored
Merge pull request #792 from fabriciofx/renovate/ubuntu-26.x
Update dependency ubuntu to v26
2 parents 4046886 + df68096 commit 464c9c8

39 files changed

Lines changed: 40 additions & 40 deletions

.github/workflows/action-lint-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
contents: read
1313
jobs:
1414
action-lint-template:
15-
runs-on: ubuntu-24.04
15+
runs-on: ubuntu-26.04
1616
steps:
1717
- name: Checkout repository
1818
uses: actions/checkout@v7

.github/workflows/action-security-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defaults:
2020
shell: bash -xeuo pipefail {0}
2121
jobs:
2222
action-security-template:
23-
runs-on: ubuntu-24.04
23+
runs-on: ubuntu-26.04
2424
permissions:
2525
actions: read
2626
contents: read

.github/workflows/action-update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
contents: read
1717
jobs:
1818
action-update-template:
19-
runs-on: ubuntu-24.04
19+
runs-on: ubuntu-26.04
2020
steps:
2121
- name: Checkout repository
2222
uses: actions/checkout@v7

.github/workflows/any-sonar-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ permissions:
3636
contents: read
3737
jobs:
3838
any-sonar-template:
39-
runs-on: ubuntu-24.04
39+
runs-on: ubuntu-26.04
4040
steps:
4141
- name: Checkout repository
4242
uses: actions/checkout@v7

.github/workflows/bash-format-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
contents: read
1919
jobs:
2020
bash-format-template:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-26.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v7

.github/workflows/bash-lint-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
contents: read
1919
jobs:
2020
bash-lint-template:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-26.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v7

.github/workflows/c-cpp-build-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
contents: read
1919
jobs:
2020
c-cpp-linux-build-template:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-26.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v7

.github/workflows/c-cpp-duplication-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
contents: read
1919
jobs:
2020
c-cpp-duplication-template:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-26.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v7

.github/workflows/c-cpp-release-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222
contents: read
2323
jobs:
2424
c-cpp-linux-build-template:
25-
runs-on: ubuntu-24.04
25+
runs-on: ubuntu-26.04
2626
steps:
2727
- name: Checkout repository
2828
uses: actions/checkout@v7
@@ -154,7 +154,7 @@ jobs:
154154
mkdir -p "dist"
155155
mv "${bin}" dist/"${safe_name}-${safe_version}-macos.tar.gz"
156156
c-cpp-release-template:
157-
runs-on: ubuntu-24.04
157+
runs-on: ubuntu-26.04
158158
needs: [c-cpp-linux-build-template, c-cpp-macos-build-template]
159159
permissions:
160160
contents: write

.github/workflows/check-semver-tag-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818
contents: read
1919
jobs:
2020
check-semver-tag-template:
21-
runs-on: ubuntu-24.04
21+
runs-on: ubuntu-26.04
2222
steps:
2323
- name: Checkout repository
2424
uses: actions/checkout@v7

0 commit comments

Comments
 (0)