Skip to content

Commit 60c5539

Browse files
committed
ci: pinned to ubuntu 22.04
1 parent 68689c3 commit 60c5539

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/cpp.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
build_clang:
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Install dependencies
@@ -29,7 +29,7 @@ jobs:
2929
run: clang-tidy-15 -p=build --warnings-as-errors='*' $(find src -name '*.cpp' -o -name '*.cc' -name '*.h')
3030

3131
build_gcc:
32-
runs-on: ubuntu-latest
32+
runs-on: ubuntu-22.04
3333
steps:
3434
- uses: actions/checkout@v4
3535
- name: Install dependencies

.github/workflows/patch_release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
release:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
permissions:
99
contents: write
1010
name: "Bump minor version and create changelog with commitizen"

.github/workflows/py.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
jobs:
1414
format:
15-
runs-on: ubuntu-latest
15+
runs-on: ubuntu-22.04
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python 3.10
@@ -26,7 +26,7 @@ jobs:
2626
run: make pycheckformat
2727

2828
pythonpackage:
29-
runs-on: ubuntu-latest
29+
runs-on: ubuntu-22.04
3030
env:
3131
CC: clang-15
3232
CXX: clang++-15

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44

55
jobs:
66
release:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
permissions:
99
contents: write
1010
name: "Bump version and create changelog with commitizen"

0 commit comments

Comments
 (0)