Browse Source

Possible Windows CI fix

Alejandro González 1 năm trước cách đây
mục cha
commit
e82255acae
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      .github/workflows/build.yaml

+ 2 - 2
.github/workflows/build.yaml

@@ -15,10 +15,10 @@ concurrency:
 
 jobs:
   build-windows:
-    runs-on: windows-2022
+    runs-on: windows-2019
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
 
       - name: Install conan
         run: |