From 1da2217ce856691f909a32e241efb2474b274f3d Mon Sep 17 00:00:00 2001 From: Zoran Bjelica <100371150+zoran-bjelica@users.noreply.github.com> Date: Wed, 13 Apr 2022 18:37:54 +0200 Subject: [PATCH] [MacOS] Add Ruby 3.1 to 11/12 (#5395) --- images/macos/toolsets/toolset-11.json | 3 ++- images/macos/toolsets/toolset-12.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/images/macos/toolsets/toolset-11.json b/images/macos/toolsets/toolset-11.json index 9a71b116..81b54cde 100644 --- a/images/macos/toolsets/toolset-11.json +++ b/images/macos/toolsets/toolset-11.json @@ -279,7 +279,8 @@ "2.5.*", "2.6.*", "2.7.*", - "3.0.*" + "3.0.*", + "3.1.*" ] } ], diff --git a/images/macos/toolsets/toolset-12.json b/images/macos/toolsets/toolset-12.json index 4985b7ca..f3ed7f2c 100644 --- a/images/macos/toolsets/toolset-12.json +++ b/images/macos/toolsets/toolset-12.json @@ -191,7 +191,8 @@ "arch": "x64", "versions": [ "2.7.*", - "3.0.*" + "3.0.*", + "3.1.*" ] } ],