소스 검색

build: use windows 2019 since 2016 is deprecated (#1017)

Baptiste Augrain 3 년 전
부모
커밋
3208188249
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/windows.yml

+ 1 - 1
.github/workflows/windows.yml

@@ -10,7 +10,7 @@ on:
 
 jobs:
   windows:
-    runs-on: windows-2016
+    runs-on: windows-2019
     defaults:
       run:
         shell: bash