From 5d7904ff7da8a824db672ee4d59d7127eaf00206 Mon Sep 17 00:00:00 2001 From: Jun Aruga Date: Mon, 23 Oct 2023 15:41:00 +0200 Subject: [PATCH] .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. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 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