Skip to content

Commit 560acd8

Browse files
authored
Merge pull request #106 from boostorg/remove_mac11
Update macos toolchains
2 parents 0190232 + b04529b commit 560acd8

File tree

2 files changed

+19
-3
lines changed

2 files changed

+19
-3
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -233,10 +233,13 @@ jobs:
233233

234234
- toolset: clang
235235
cxxstd: "11,14,17,2a"
236-
os: macos-11
236+
os: macos-12
237237
- toolset: clang
238238
cxxstd: "11,14,17,20,2b"
239-
os: macos-12
239+
os: macos-13
240+
- toolset: clang
241+
cxxstd: "11,14,17,20,2b"
242+
os: macos-14
240243

241244
timeout-minutes: 360
242245
runs-on: ${{matrix.os}}
@@ -503,8 +506,9 @@ jobs:
503506
include:
504507
- os: ubuntu-20.04
505508
- os: ubuntu-22.04
506-
- os: macos-11
507509
- os: macos-12
510+
- os: macos-13
511+
- os: macos-14
508512

509513
runs-on: ${{matrix.os}}
510514

.github/workflows/codecov.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,3 +184,15 @@ jobs:
184184
- name: Upload coverage
185185
if: matrix.coverage
186186
run: ci/codecov.sh "upload"
187+
env:
188+
BOOST_CI_CODECOV_IO_UPLOAD: skip
189+
190+
- name: Upload coverage
191+
if: matrix.coverage
192+
uses: codecov/codecov-action@v4
193+
with:
194+
disable_search: true
195+
file: coverage.info
196+
name: Github Actions
197+
token: ${{secrets.CODECOV_TOKEN}}
198+
verbose: true

0 commit comments

Comments
 (0)