[前][次][番号順一覧][スレッド一覧]

ruby-changes:56685

From: Nobuyoshi <ko1@a...>
Date: Mon, 29 Jul 2019 12:06:12 +0900 (JST)
Subject: [ruby-changes:56685] Nobuyoshi Nakada: 61f0f71e5b (master): Moved osx_image

https://git.ruby-lang.org/ruby.git/commit/?id=61f0f71e5b

From 61f0f71e5bd60bd6ea6153034e72b723dddcbe2e Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Mon, 29 Jul 2019 11:38:15 +0900
Subject: Moved osx_image

Set osx_image under each configuration, as it decides the OS (and
kernel) version not only Xcode version, and the configuration name
contains the kernel version.

diff --git a/.travis.yml b/.travis.yml
index 973d283..5cb1831 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,8 +21,6 @@ language: c https://github.com/ruby/ruby/blob/trunk/.travis.yml#L21
 
 dist: xenial
 
-osx_image: xcode11
-
 git:
   quiet: true
 
@@ -334,6 +332,7 @@ env: https://github.com/ruby/ruby/blob/trunk/.travis.yml#L332
 
   - &x86_64-darwin18
     name: x86_64-darwin18
+    osx_image: xcode11
     <<: *osx
     env:
       - CONFIG_FLAG=--with-opt-dir=/usr/local/opt/openssl@1...:/usr/local/opt/zlib
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]