From cdbc7bb416ac74bbae65d509decf7de633ac4636 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 12 Nov 2023 13:41:29 +0100 Subject: [PATCH] ci: remove outdated comment --- .github/workflows/CICD.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index b158c9c4a..66ee23168 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -472,7 +472,7 @@ jobs: - { os: macos-latest , target: aarch64-apple-darwin , features: feat_os_macos , use-cross: use-cross, skip-tests: true} # Hopefully github provides free M1 runners soon... - { os: macos-latest , target: x86_64-apple-darwin , features: feat_os_macos } - { os: windows-latest , target: i686-pc-windows-msvc , features: feat_os_windows } - - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows } ## note: requires rust >= 1.43.0 to link correctly + - { os: windows-latest , target: x86_64-pc-windows-gnu , features: feat_os_windows } - { os: windows-latest , target: x86_64-pc-windows-msvc , features: feat_os_windows } steps: - uses: actions/checkout@v4