drom
drom copied to clipboard
Replace `windows-ci` by a list `ci-systems`
Users may want to also disable CI on macos or linux. So, replace windows-ci
by:
ci-systems = [ "ubuntu-latest", "macos-latest", "windows-latest" ]
by default. Users may choose to remove/add systems in the list.