diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0174f56a..ffc4e16e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: ['ubuntu-20.04', 'windows-latest', 'macos-latest'] + os: ['ubuntu-20.04', 'windows-2019', 'macos-11'] steps: - name: Checkout Forest code from GitHub repo uses: actions/checkout@v2