Skip to content

Commit 0e453b4

Browse files
committed
Fix
1 parent 11b0349 commit 0e453b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
windows-build:
1010
name: 'Windows 32/64-bit'
11-
runs-on: [windows-latest]
11+
runs-on: ubuntu-latest
1212
if: contains(github.event.head_commit.message, '[skip ci]') != true
1313
steps:
1414
- name: Checkout Repository

0 commit comments

Comments
 (0)