Browse Source

update build.yml

liuyuqi-dellpc 3 months ago
parent
commit
e08510ac32
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

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

@@ -12,7 +12,7 @@ jobs:
     runs-on: ${{ matrix.os }}
     strategy:
       matrix: 
-        os: [windows-2019, ubuntu-20.04]
+        os: [windows-latest, ubuntu-latest]
     steps:
       - name: Checkout Code
         uses: actions/checkout@v4