Skip to content

Commit 9d9cfd0

Browse files
author
benzzhan
committed
Update windows/mingw CI
1 parent 0c9a557 commit 9d9cfd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- run: ./codec_unittest
3939

4040
windows:
41-
runs-on: windows-2019
41+
runs-on: windows-2022
4242
steps:
4343
- uses: actions/checkout@v3
4444
- run: choco install nasm
@@ -54,7 +54,7 @@ jobs:
5454
- run: ./bin/Win32/Release/codec_unittest.exe
5555

5656
mingw:
57-
runs-on: windows-2019
57+
runs-on: windows-2022
5858
defaults:
5959
run:
6060
shell: msys2 {0}

0 commit comments

Comments
 (0)