From 1d0b60e4fa5ea8be98acc368b1267d7782703b90 Mon Sep 17 00:00:00 2001 From: zerocewl Date: Fri, 26 Jan 2024 19:44:57 +0100 Subject: [PATCH] Fixed a copy and paste issue for os: windows in ci.yml (#75) --- .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