Skip to content

Commit

Permalink
refactor: fix os name
Browse files Browse the repository at this point in the history
  • Loading branch information
KarelZe committed Jan 6, 2024
1 parent e3ff8d3 commit 6becc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
jobs:
build:
name: Build exectuable 📦
runs-on: windows
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down

0 comments on commit 6becc02

Please sign in to comment.