diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97267341..49512e91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: 17 # Latest version ] # and run on both Linux and Windows - os: [ubuntu-20.04] + os: [ubuntu-latest] runs-on: ${{ matrix.os }} steps: - name: checkout repository