diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b31b4ad..d5c2a4e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, Windows] + os: [ubuntu-latest, windows-latest] steps: - name: Checkout repository uses: actions/checkout@v4