Skip to content

Commit 05341e6

Browse files
committed
ORC-1885: Update all ubuntu-20.04 to ubuntu-22.04 in CI
### What changes were proposed in this pull request? This PR aims to update all `ubuntu-20.04` to `ubuntu-22.04` in CI. This is a leftover which were missed at the following backporting - #2177 ### Why are the changes needed? To recover CIs. Currently, CI fails like the following. - #2199 ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #2202 from dongjoon-hyun/ORC-1885. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent c2d4c4a commit 05341e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ jobs:
5656
cxx:
5757
- clang++
5858
include:
59-
- os: ubuntu-20.04
59+
- os: ubuntu-22.04
6060
java: 8
6161
cxx: g++
62-
- os: ubuntu-20.04
62+
- os: ubuntu-22.04
6363
java: 21
6464
cxx: g++
6565
env:
@@ -161,7 +161,7 @@ jobs:
161161
162162
formatting-check:
163163
name: "C++ format check"
164-
runs-on: ubuntu-20.04
164+
runs-on: ubuntu-22.04
165165
strategy:
166166
matrix:
167167
path:

0 commit comments

Comments
 (0)