Skip to content

Commit

Permalink
Revert all changes till now
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Sep 23, 2023
1 parent 78bb02c commit eb7d255
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
env:
# Variables needed for build information
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_VERSION: '3.10.10'
NODE_VERSION: 16.20.0
PYTHON_VERSION: '3.10'
NODE_VERSION: 16
ROLLING_UPLOAD_TOKEN: ${{ secrets.ROLLING_RELEASE_UPLOAD_TOKEN }}
# Below variables allow us to quickly control visual tests for each platform
RUN_WINDOWS_VT: false
Expand All @@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-2019, macos-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit eb7d255

Please sign in to comment.