Skip to content

Commit 994a414

Browse files
committed
ci: github: codecov might expect arm on mac by now
1 parent 2b62890 commit 994a414

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/cmake-build-ci.gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const DEF = [
88

99
"Linux" => "ubuntu-24.04", "ubuntu-24.04" => "gnu",
1010
"Windows" => "windows-2022", "windows-2022" => "msvc",
11-
"macOS" => "macos-13", "macos-13" => "clang",
11+
"macOS" => "macos-15", "macos-15" => "clang",
1212

1313
"gnu" => [
1414
"CC" => "gcc",

.github/workflows/cmake-build-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -293,16 +293,16 @@ jobs:
293293

294294
# coverage mac
295295
debug-coverage-mac:
296-
name: debug coverage (macos-13, clang)
297-
runs-on: macos-13 #
296+
name: debug coverage (macos-15, clang)
297+
runs-on: macos-15 #
298298
env:
299299
CMAKE_BUILD_TYPE: "Debug"
300300
BUILD_TESTING: "ON"
301301
VERBOSE: "ON"
302302
CFLAGS: "-O0 --coverage"
303303
CXXFLAGS: "-O0 --coverage"
304304
OS_VND: macOS #
305-
OS_VER: macos-13 #
305+
OS_VER: macos-15 #
306306
CC_VND: clang #
307307
CC_VER: cur
308308
continue-on-error: true
@@ -374,7 +374,7 @@ jobs:
374374
CMAKE_BUILD_TYPE: "Release"
375375
BUILD_DOCS_MANGZ: "ON"
376376
OS_VND: macOS #
377-
OS_VER: macos-13 #
377+
OS_VER: macos-15 #
378378
CC_VND: clang #
379379
CC_VER: cur
380380
continue-on-error: true

0 commit comments

Comments
 (0)