Skip to content

Commit

Permalink
Always build on ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
ArchLeaders committed Jul 7, 2024
1 parent 9a77fe6 commit 2e3b697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
ext: ~
runtime: linux-x64
- name: Windows
os: windows-latest
os: ubuntu-latest
ext: .exe
runtime: win-x64

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
ext: ~
runtime: linux-x64
- name: Windows
os: windows-latest
os: ubuntu-latest
ext: .exe
runtime: win-x64

Expand Down

0 comments on commit 2e3b697

Please sign in to comment.