From 68f8d9043a88fccf362b74aa4e07e269f7cd2631 Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Mon, 24 Feb 2025 17:24:57 +0100 Subject: [PATCH] ci: fix target name. --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 595c3040..e7695cdf 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -62,7 +62,7 @@ jobs: - build: win-msvc os: windows-latest rust: stable - target: x86_64-win7-windows-msvc + target: x86_64-pc-windows-msvc args: "--features=rules-profiling" rust_flags: "-Awarnings" experimental: false @@ -72,7 +72,7 @@ jobs: # # - build: win-gnu # os: windows-latest - # target: x86_64-win7-windows-gnu + # target: x86_64-pc-windows-gnu # rust: stable-x86_64-gnu # args: ""