From e5f163077ac4f75fbed40ec22f789285fe77fc5a Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Sun, 28 Jul 2024 12:53:22 +0200 Subject: [PATCH] CI: Fix appveyor build by switching to x64 platform It failed with: Command executed with exception: error: target not found: mingw-w64-i686-postgresql --- .appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.appveyor.yml b/.appveyor.yml index 2a6601320..30987e2e7 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,5 +38,5 @@ on_failure: environment: matrix: - ruby_version: "head" - RUBYDOWNLOAD: x86 + RUBYDOWNLOAD: x64 - ruby_version: "30-x64"