Skip to content

Commit 589e208

Browse files
committedApr 3, 2024··
build: run build on ubuntu instead of windows
1 parent 4c9fb1f commit 589e208

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
jobs:
1515
build:
1616
name: Build
17-
runs-on: windows-latest
17+
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout
2020
uses: actions/checkout@v4

0 commit comments

Comments
 (0)
Please sign in to comment.