diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 30cec6d3..4d07b1a0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: name: Build and Test strategy: matrix: - os: [ubuntu-latest] + os: [ubuntu-20.04] scala: [2.13.15, 3.3.3] java: [temurin@17] runs-on: ${{ matrix.os }}