diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index ab7f689..5d91bbe 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -11,7 +11,7 @@ jobs: compile: strategy: matrix: - os: [ ubuntu-18.04, macos-latest, windows-latest ] + os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ] name: ${{matrix.os}} runs-on: ${{matrix.os}}