diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 54200cf..63210f3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,7 @@ jobs: build: strategy: matrix: - version: [1.20] + version: [1.22.1] os: [ubuntu-latest, windows-latest, macos-latest] name: Build runs-on: ${{ matrix.os }}