From d27e3d085e3211f52a98f812efe6d7936b734d73 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 19 May 2023 11:03:26 +0000 Subject: [PATCH] ci: remove incorrect comment --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f0659c359..e17ddb211 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -222,7 +222,6 @@ jobs: fail-fast: false matrix: include: - # Currently used Rust version. - os: ubuntu-latest python: 3.11 - os: macos-latest