summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2022-02-13 14:20:20 +0900
committernagachika <nagachika@ruby-lang.org>2022-02-13 14:20:20 +0900
commit62c2414bd94b895d231a7766d7b0a8b29eb7f80e (patch)
treed633faa2d8b47e8cefe66c0da5f776e33c38232a
parente7f212651ebb500ed07025b94ed64c896d785386 (diff)
merge revision(s) e0a5c3d2b71dfad038d7562fdd33f02ffd79232d,7d55f1b6b6b9777a8bd665f6c5ed6a64c7fa2e9b:
[MinGW] Set job names --- .github/workflows/mingw.yml | 1 + 1 file changed, 1 insertion(+) [Actions] use windows-2022 for mingw MSP-Greg/ruby-setup-ruby@win-ucrt-1 --- .github/workflows/mingw.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-)
-rw-r--r--.github/workflows/mingw.yml3
-rw-r--r--version.h2
2 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/mingw.yml b/.github/workflows/mingw.yml
index 8b1e7bce1c..7cbf4c19a6 100644
--- a/.github/workflows/mingw.yml
+++ b/.github/workflows/mingw.yml
@@ -6,7 +6,8 @@ on: [push, pull_request]
#
jobs:
make:
- runs-on: windows-2019
+ runs-on: windows-2022
+ name: ${{ github.workflow }} (${{ matrix.msystem }})
env:
MSYSTEM: MINGW64
MSYSTEM_PREFIX: /mingw64
diff --git a/version.h b/version.h
index 79406e84e7..24cf5489ea 100644
--- a/version.h
+++ b/version.h
@@ -12,7 +12,7 @@
# define RUBY_VERSION_MINOR RUBY_API_VERSION_MINOR
#define RUBY_VERSION_TEENY 4
#define RUBY_RELEASE_DATE RUBY_RELEASE_YEAR_STR"-"RUBY_RELEASE_MONTH_STR"-"RUBY_RELEASE_DAY_STR
-#define RUBY_PATCHLEVEL 167
+#define RUBY_PATCHLEVEL 168
#define RUBY_RELEASE_YEAR 2022
#define RUBY_RELEASE_MONTH 2