From 91c5b34b705e35b9e39f2acc9e4ec88ac4404c0f Mon Sep 17 00:00:00 2001 From: Dave Rolsky Date: Sat, 12 Apr 2025 08:16:01 -0500 Subject: [PATCH] Update tests to account for changes in `file` output on Windows --- .github/workflows/test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 492df5e..0267476 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -244,7 +244,7 @@ jobs: runs-on: windows-latest target: aarch64-pc-windows-msvc cache-cross-binary: true - expect-file-re: "Aarch64.+Windows" + expect-file-re: "Windows.+ARM64" expect-cross: "" expect-stripped: "" can-execute: false @@ -253,7 +253,7 @@ jobs: runs-on: windows-latest target: i686-pc-windows-msvc cache-cross-binary: true - expect-file-re: "80386.+Windows" + expect-file-re: "Windows.+Intel i386" expect-cross: "" expect-stripped: "--expect-stripped" can-execute: true @@ -262,7 +262,7 @@ jobs: runs-on: windows-latest target: x86_64-pc-windows-msvc cache-cross-binary: true - expect-file-re: "x86-64.+Windows" + expect-file-re: "Windows.+x86-64" expect-stripped: "--expect-stripped" can-execute: true