|
94 | 94 | - name: Test |
95 | 95 | run: ../../../b2 toolset=${{ matrix.toolset }} cxxstd=${{ matrix.cxxstd }} define=CI_SUPPRESS_KNOWN_ISSUES |
96 | 96 | working-directory: ../boost-root/libs/graph/test |
97 | | - windows_msvc_14_2: |
98 | | - runs-on: windows-2019 |
99 | | - defaults: |
100 | | - run: |
101 | | - shell: cmd |
102 | | - strategy: |
103 | | - fail-fast: false |
104 | | - matrix: |
105 | | - toolset: [ msvc-14.2 ] |
106 | | - steps: |
107 | | - - uses: actions/checkout@v2 |
108 | | - with: |
109 | | - fetch-depth: '0' |
110 | | - - uses: mstachniuk/ci-skip@v1 |
111 | | - with: |
112 | | - commit-filter: '[skip ci];[ci skip];[CI SKIP];[SKIP CI];***CI SKIP***;***SKIP CI***;[apple];[Apple];[APPLE];[linux];[Linux];[LINUX]' |
113 | | - commit-filter-separator: ';' |
114 | | - fail-fast: true |
115 | | - - name: Checkout main boost |
116 | | - run: git clone -b develop --depth 1 https://github.com/boostorg/boost.git ../boost-root |
117 | | - - name: Update tools/boostdep |
118 | | - run: git submodule update --init tools/boostdep |
119 | | - working-directory: ../boost-root |
120 | | - - name: Copy files |
121 | | - run: xcopy /s /e /q %GITHUB_WORKSPACE% libs\graph |
122 | | - working-directory: ../boost-root |
123 | | - - name: Install deps |
124 | | - run: python tools/boostdep/depinst/depinst.py graph |
125 | | - working-directory: ../boost-root |
126 | | - - name: Bootstrap |
127 | | - run: bootstrap |
128 | | - working-directory: ../boost-root |
129 | | - - name: Generate headers |
130 | | - run: b2 headers |
131 | | - working-directory: ../boost-root |
132 | | - - name: Config info |
133 | | - run: ..\..\..\b2 print_config_info cxxstd=14,17,20 address-model=64 toolset=msvc-14.2 |
134 | | - working-directory: ../boost-root/libs/config/test |
135 | | - - name: Test |
136 | | - run: ..\..\..\b2 --hash address-model=64 cxxstd=14,17,20 toolset=msvc-14.2 |
137 | | - working-directory: ../boost-root/libs/graph/test |
138 | 97 | windows_msvc_14_3: |
139 | 98 | runs-on: windows-2022 |
140 | 99 | defaults: |
@@ -184,7 +143,6 @@ jobs: |
184 | 143 | include: |
185 | 144 | - os: ubuntu-22.04 |
186 | 145 | - os: ubuntu-24.04 |
187 | | - - os: macos-13 |
188 | 146 | - os: macos-14 |
189 | 147 | - os: macos-15 |
190 | 148 |
|
@@ -232,7 +190,6 @@ jobs: |
232 | 190 | include: |
233 | 191 | - os: ubuntu-22.04 |
234 | 192 | - os: ubuntu-24.04 |
235 | | - - os: macos-13 |
236 | 193 | - os: macos-14 |
237 | 194 | - os: macos-15 |
238 | 195 |
|
@@ -288,8 +245,8 @@ jobs: |
288 | 245 | fail-fast: false |
289 | 246 | matrix: |
290 | 247 | include: |
291 | | - - os: windows-2019 |
292 | 248 | - os: windows-2022 |
| 249 | + - os: windows-2025 |
293 | 250 |
|
294 | 251 | runs-on: ${{matrix.os}} |
295 | 252 |
|
@@ -337,8 +294,8 @@ jobs: |
337 | 294 | fail-fast: false |
338 | 295 | matrix: |
339 | 296 | include: |
340 | | - - os: windows-2019 |
341 | 297 | - os: windows-2022 |
| 298 | + - os: windows-2025 |
342 | 299 |
|
343 | 300 | runs-on: ${{matrix.os}} |
344 | 301 |
|
|
0 commit comments