소스 검색

fix win testbuild (#151)

Dmitry Filimonchuk 8 달 전
부모
커밋
7725b17e88
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/test-build-win.yml

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

@@ -16,7 +16,7 @@ jobs:
     name: Windows
     env:
       CMSIS: CMSIS_5
-    runs-on: windows-2019
+    runs-on: windows-2025
     steps:
     - name: ARM GCC setup
       uses: fiam/arm-none-eabi-gcc@v1