From cc09e186401cab98755a6f0b2d79010e7bf2ebda Mon Sep 17 00:00:00 2001 From: zerocewl Date: Tue, 23 Jan 2024 17:48:34 +0100 Subject: [PATCH] Fixed a copy and paste issue for os: windows in ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f2a75c..4e56eef 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -144,7 +144,7 @@ jobs: target: aarch64 # windows - - os: macos + - os: windows target: x86_64 - os: windows target: i686