summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2022-10-13 16:28:16 -0700
committerusa <usa@garbagecollect.jp>2022-10-15 23:09:20 +0900
commit6ea1a4771d0fed63f3374fa799c038967b6c1f7b (patch)
tree89b4c54380a88f6f1c6a27d4829e2057e252364c
parent1407149f7bf10168375a1fc40d6748fcfd4616e4 (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 5ad4972f19..2223a1e7b1 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -8,7 +8,7 @@ platform:
- x64
environment:
ruby_version: "24-%Platform%"
- zlib_version: "1.2.12"
+ zlib_version: "1.2.13"
matrix:
- build: vs
vs: 120