summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2023-08-12 13:54:17 +0900
committernagachika <nagachika@ruby-lang.org>2023-08-12 13:54:17 +0900
commitead1a83b2f5951cd09667ed2722ab14b9bcf0834 (patch)
treee0bef8a9158bf1b177e788d5881a6359d64c6162
parentb11f238a811513b31c4f65c822370ac470f438dc (diff)
merge revision(s) 1b0da1e6236ad9a380abfe4ca8b51f06c34bb6f9:
Skip running brew upgrade (#8189) This has been unstable: https://github.com/ruby/ruby/actions/runs/5797755676/job/15713988590 and I'm not sure if we need that in the first place, assuming the OS image itself is maintained by GitHub. --- .github/actions/setup/macos/action.yml | 1 - 1 file changed, 1 deletion(-)
-rw-r--r--.github/workflows/check_dependencies.yml1
-rw-r--r--.github/workflows/macos.yml1
-rw-r--r--version.h2
3 files changed, 1 insertions, 3 deletions
diff --git a/.github/workflows/check_dependencies.yml b/.github/workflows/check_dependencies.yml
index fcac6ffc97..a2502d1106 100644
--- a/.github/workflows/check_dependencies.yml
+++ b/.github/workflows/check_dependencies.yml
@@ -46,7 +46,6 @@ jobs:
if: ${{ contains(matrix.os, 'ubuntu') }}
- name: Install libraries
run: |
- brew upgrade
brew install gmp libffi openssl@1.1 zlib autoconf automake libtool readline
if: ${{ contains(matrix.os, 'macos') }}
- name: git config
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index 6f04fd34e9..59cb8d24eb 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -58,7 +58,6 @@ jobs:
key: downloaded-cache
- name: Install libraries
run: |
- brew upgrade
brew install gmp libffi openssl@1.1 zlib autoconf automake libtool readline bison
working-directory: src
- name: Set ENV
diff --git a/version.h b/version.h
index ff4e47e0c6..ce5142e4a9 100644
--- a/version.h
+++ b/version.h
@@ -11,7 +11,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 2
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 110
+#define RUBY_PATCHLEVEL 111
#include "ruby/version.h"
#include "ruby/internal/abi.h"