diff --git a/.github/workflows/github-actions-main.yml b/.github/workflows/github-actions-main.yml index cb9d754b81..20d520c71b 100644 --- a/.github/workflows/github-actions-main.yml +++ b/.github/workflows/github-actions-main.yml @@ -5,8 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - # Removed windows-2016 for now - discontinued by GitHub - os: [macos-latest, ubuntu-latest, windows-2019] + os: [macos-latest, ubuntu-latest] # windows-2019 steps: # Silence apt-get update errors (for example when a module doesn't