Skip to content

Commit a94c705

Browse files
Remove old platforms
Primarily Windows-2019, but also MacOS 13.
1 parent 2eb59d3 commit a94c705

File tree

1 file changed

+2
-45
lines changed

1 file changed

+2
-45
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -94,47 +94,6 @@ jobs:
9494
- name: Test
9595
run: ../../../b2 toolset=${{ matrix.toolset }} cxxstd=${{ matrix.cxxstd }} define=CI_SUPPRESS_KNOWN_ISSUES
9696
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
13897
windows_msvc_14_3:
13998
runs-on: windows-2022
14099
defaults:
@@ -184,7 +143,6 @@ jobs:
184143
include:
185144
- os: ubuntu-22.04
186145
- os: ubuntu-24.04
187-
- os: macos-13
188146
- os: macos-14
189147
- os: macos-15
190148

@@ -232,7 +190,6 @@ jobs:
232190
include:
233191
- os: ubuntu-22.04
234192
- os: ubuntu-24.04
235-
- os: macos-13
236193
- os: macos-14
237194
- os: macos-15
238195

@@ -288,8 +245,8 @@ jobs:
288245
fail-fast: false
289246
matrix:
290247
include:
291-
- os: windows-2019
292248
- os: windows-2022
249+
- os: windows-2025
293250

294251
runs-on: ${{matrix.os}}
295252

@@ -337,8 +294,8 @@ jobs:
337294
fail-fast: false
338295
matrix:
339296
include:
340-
- os: windows-2019
341297
- os: windows-2022
298+
- os: windows-2025
342299

343300
runs-on: ${{matrix.os}}
344301

0 commit comments

Comments
 (0)