Commit 45cf310
### Rationale for this change
OpenSUSE 15.5 ships old GCC (7.5) that doesn't have enough C++17 support.
### What changes are included in this PR?
Use Ubuntu 20.04 that ships GCC 9.3 instead of OpenSUSE 15.5.
Ubuntu 20.04 reached EOL but we can use it for now.
We discussed why we need OpenSUSE 15.5 based job at #45718 (comment) . We have the job because https://arrow.apache.org/docs/developers/cpp/building.html said "gcc 7.1 and higher should be sufficient".
We need require GCC 9 or later with #46813.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #46989
Lead-authored-by: Sutou Kouhei <[email protected]>
Co-authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 3239b22 commit 45cf310
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
1016 | | - | |
| 1016 | + | |
1017 | 1017 | | |
1018 | 1018 | | |
1019 | 1019 | | |
| |||
0 commit comments