Skip to content

Commit 2e768c3

Browse files
committed
iox-#2011 Update ubuntu version on CI
1 parent 51ea603 commit 2e768c3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-test.yml

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

1212
jobs:
1313
pre-flight-check:
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- uses: actions/checkout@v4
1717
- run: ./tools/scripts/clang_format.sh check
1818

1919
build-test-ubuntu:
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
needs: pre-flight-check
2222
steps:
2323
- uses: actions/checkout@v4
@@ -69,7 +69,7 @@ jobs:
6969
- run: ./tools/ci/run-integration-test.sh
7070

7171
build-test-ubuntu-with-sanitizers-gcc-latest:
72-
runs-on: ubuntu-20.04
72+
runs-on: ubuntu-22.04
7373
needs: pre-flight-check
7474
steps:
7575
- uses: egor-tensin/setup-gcc@v1.3
@@ -80,7 +80,7 @@ jobs:
8080
- run: ./tools/ci/build-test-ubuntu-with-sanitizers.sh gcc
8181

8282
build-test-ubuntu-with-sanitizers-clang-latest:
83-
runs-on: ubuntu-20.04
83+
runs-on: ubuntu-22.04
8484
needs: pre-flight-check
8585
steps:
8686
- uses: egor-tensin/setup-clang@v1
@@ -100,7 +100,7 @@ jobs:
100100
- run: ./tools/ci/build-test-macos-with-sanitizers.sh
101101

102102
coverage-and-docs:
103-
runs-on: ubuntu-20.04
103+
runs-on: ubuntu-22.04
104104
needs: pre-flight-check
105105
steps:
106106
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)