diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 91e42599a8..41abb7f766 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,7 +30,7 @@ jobs: strategy: fail-fast: true matrix: - os: [ubuntu-latest, macos-latest, windows-2019] + os: [ubuntu-latest, macos-latest, windows-latest] steps: - name: checkout tree-sitter-scala uses: actions/checkout@v4