Skip to content

Commit

Permalink
We don’t need the “older” gvsbuild stack now
Browse files Browse the repository at this point in the history
We’ll keep using it but it’s now all integrated into a single release.
  • Loading branch information
Lord-Kamina committed Jul 22, 2024
1 parent e66f9ca commit 1dadaef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,9 @@ jobs:
strategy:
matrix:
arch: [x64, x86]
python: ["3.10"]
python: ["3.7", "3.10"]
gvsbuild-stack: ["latest"]
libtorrent: [2.0.8, 1.2.19]
include:
- python: 3.7
gvsbuild-stack: older

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,8 @@ jobs:
runs-on: windows-2022
strategy:
matrix:
python-version: ["3.9", "3.10"]
python-version: ["3.7", "3.9", "3.10"]
gvsbuild-stack: ["latest"]
include:
- python-version: 3.7
gvsbuild-stack: older

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 1dadaef

Please sign in to comment.