diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 7910a7f..fe3584d 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: # and run on both Linux and Windows - os: [ubuntu-latest, windows-2022] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: checkout repository