Skip to content

Commit

Permalink
Tools: Removed Windows build from CI for now - discontinued by GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
laurent22 committed Apr 5, 2022
1 parent 220b48e commit a066241
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/github-actions-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2016]
# Removed windows-2016 for now - discontinued by GitHub
os: [macos-latest, ubuntu-latest]
steps:

# Silence apt-get update errors (for example when a module doesn't
Expand Down

0 comments on commit a066241

Please sign in to comment.