1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-09 12:16:25 +00:00

ci: remove outdated comment

This commit is contained in:
Daniel Hofstetter 2023-11-12 13:41:29 +01:00
parent cac9d5fde2
commit cdbc7bb416

View File

@ -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