summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-10-13 16:28:16 -0700
committerusa <usa@garbagecollect.jp>2022-11-24 11:20:51 +0900
commitf33522baac8320883c0acac226d8fab29c9df400 (patch)
tree5fd57be122f92cac85857c9ab8f2e8c705aaa52f
parent7cf697179dab52b0d024543304f4d3ab5fa5e847 (diff)
Upgrade zlib_version on AppVeyor
They removed https://zlib.net/zlib1212.zip because https://zlib.net/zlib1213.zip was released :thinking_face: Fix CI failures like: https://ci.appveyor.com/project/ruby/ruby/builds/45064876/job/bb9biogolh0u2595
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 86b7a87db7..d13ec885d1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,7 +5,7 @@ platform:
- x64
environment:
ruby_version: "24-%Platform%"
- zlib_version: "1.2.12"
+ zlib_version: "1.2.13"
matrix:
- build: vs
vs: 120