diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e454512..b3b285c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: strategy: matrix: os: [macos-latest, ubuntu-latest, windows-latest] - toolchain: [stable, 1.61] + toolchain: [stable, "1.62"] steps: - name: Checkout repository uses: actions/checkout@v3