Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Benedikt-Brunner committed Dec 13, 2024
1 parent c8a920f commit 5b1bfd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
# if: ${{ github.ref == 'refs/heads/main' }}
needs: create-release
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.os }}
steps:
- name: Check-out repository
Expand Down

0 comments on commit 5b1bfd5

Please sign in to comment.