Skip to content

Commit b5d521f

Browse files
committed
Add workflow_dispatch option to mingw_static runner.
1 parent c99997e commit b5d521f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/mingw_static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- '!.github/**'
1010
- '.github/workflows/mingw_static.yml'
1111
pull_request:
12+
workflow_dispatch:
1213

1314
concurrency:
1415
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
@@ -17,7 +18,7 @@ concurrency:
1718
jobs:
1819
build:
1920
name: MinGW batteries-included
20-
runs-on: windows-2019
21+
runs-on: windows-latest
2122

2223
defaults:
2324
run:

0 commit comments

Comments
 (0)