Skip to content

Commit 4dc7242

Browse files
committed
more explicit versions in macos matrix
1 parent 9edcd7b commit 4dc7242

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

.github/workflows/ci.yml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -377,18 +377,24 @@ jobs:
377377
name: 'macOS clang'
378378
strategy:
379379
matrix:
380-
xcode: [12.4, 13.2.1]
381-
cxxstd: [14]
382-
build_type: ['ASAN']
383380
include:
384-
- xcode: 13.2.1
385-
cxxstd: 17
386-
build_type: Debug
387-
- xcode: 13.2.1
388-
cxxstd: 20
389-
build_type: Debug
390-
391-
runs-on: macos-latest
381+
- xcode: 13.2.1
382+
cxxstd: 14
383+
build_type: ASAN
384+
runs_on: macos-12
385+
- xcode: 14.3.1
386+
cxxstd: 17
387+
build_type: ASAN
388+
runs_on: macos-13
389+
- xcode: 15.4
390+
cxxstd: 20
391+
build_type: Release
392+
runs_on: macOS-14
393+
- xcode: 16.0
394+
cxxstd: 20
395+
build_type: Release
396+
runs_on: macOS-15
397+
392398
steps:
393399

394400
- name: 'Setup'

0 commit comments

Comments
 (0)