Peter Dimov 2 месяцев назад
Родитель
Сommit
63802bc11f
1 измененных файлов с 9 добавлено и 24 удалено
  1. 9 24
      .github/workflows/ci.yml

+ 9 - 24
.github/workflows/ci.yml

@@ -16,13 +16,9 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: ubuntu-22.04
-          - os: ubuntu-22.04-arm
-          - os: ubuntu-24.04
+          - os: ubuntu-latest
           - os: ubuntu-24.04-arm
-          - os: macos-14
-          - os: macos-15
-          - os: macos-26
+          - os: macos-latest
 
     runs-on: ${{matrix.os}}
 
@@ -54,8 +50,7 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: windows-2022
-          - os: windows-2025-vs2026
+          - os: windows-latest
 
     runs-on: ${{matrix.os}}
 
@@ -193,13 +188,9 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: ubuntu-22.04
-          - os: ubuntu-22.04-arm
-          - os: ubuntu-24.04
+          - os: ubuntu-latest
           - os: ubuntu-24.04-arm
-          - os: macos-14
-          - os: macos-15
-          - os: macos-26
+          - os: macos-latest
 
     runs-on: ${{matrix.os}}
     timeout-minutes: 20
@@ -229,8 +220,7 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: windows-2022
-          - os: windows-2025-vs2026
+          - os: windows-latest
 
     runs-on: ${{matrix.os}}
 
@@ -288,13 +278,9 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: ubuntu-22.04
-          - os: ubuntu-22.04-arm
-          - os: ubuntu-24.04
+          - os: ubuntu-latest
           - os: ubuntu-24.04-arm
-          - os: macos-14
-          - os: macos-15
-          - os: macos-26
+          - os: macos-latest
 
     runs-on: ${{matrix.os}}
     timeout-minutes: 90
@@ -324,8 +310,7 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - os: windows-2022
-          - os: windows-2025-vs2026
+          - os: windows-latest
 
     runs-on: ${{matrix.os}}
 

粤ICP备19079148号