Skip to content

Commit

Permalink
simplify ci since we do not use release
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Oct 21, 2024
1 parent c97882e commit 6aa8e03
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,13 @@ jobs:

windows-latest:
runs-on: ${{ matrix.os }}
name: ${{ matrix.release }}
name: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os:
- "windows-latest"
- "windows-2019"
release:
- "windows-static"
- "windows-shared64"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 6aa8e03

Please sign in to comment.