Skip to content

Commit

Permalink
Use windows-2019 to get older Visual Studio Code; Revert Python pin
Browse files Browse the repository at this point in the history
  • Loading branch information
confused-Techie committed Sep 23, 2023
1 parent daefec5 commit 9e70995
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
env:
# Variables needed for build information
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYTHON_VERSION: '3.10.10'
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
Expand All @@ -22,7 +22,7 @@ jobs:
build:
strategy:
matrix:
os: [ ubuntu-latest, windows-latest, macos-latest ]
os: [ ubuntu-latest, windows-2019, macos-latest ]
fail-fast: false
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 9e70995

Please sign in to comment.