summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJun Aruga <jaruga@redhat.com>2023-10-23 15:41:00 +0200
committerJun Aruga <junaruga@users.noreply.github.com>2023-10-30 15:23:15 +0100
commit5d7904ff7da8a824db672ee4d59d7127eaf00206 (patch)
tree8692de3c8bde8e95a1d4a563ef619979b9a5d60f
parent1d51e4cadfbc1f445d00887189e06047759c9aec (diff)
.travis.yml: Upgrade the Ubuntu ppc64le to 22.04 (Jammy).
Seeing the recent successes on RubyCI ppc64le Ubuntu jammy servers, it's time to upgrade Travis ppc64le to jammy. http://rubyci.s3.amazonaws.com/ppc64le/ruby-master/recent.html Upgrade the gcc version to the latest version 11.4.0 to align the gcc version used in the RubyCI ppc64le server's gcc version.
-rw-r--r--.travis.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 790c4a2710..4625151fa5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -63,8 +63,7 @@ env:
- &ppc64le-linux
name: ppc64le-linux
arch: ppc64le
- dist: focal
- compiler: gcc
+ <<: *gcc-11
- &s390x-linux
name: s390x-linux