Skip to content

Commit 2e3b697

Browse files
committed
Always build on ubuntu
1 parent 9a77fe6 commit 2e3b697

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
ext: ~
1818
runtime: linux-x64
1919
- name: Windows
20-
os: windows-latest
20+
os: ubuntu-latest
2121
ext: .exe
2222
runtime: win-x64
2323

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
ext: ~
1919
runtime: linux-x64
2020
- name: Windows
21-
os: windows-latest
21+
os: ubuntu-latest
2222
ext: .exe
2323
runtime: win-x64
2424

0 commit comments

Comments
 (0)