We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edcd7b commit 4dc7242Copy full SHA for 4dc7242
.github/workflows/ci.yml
@@ -377,18 +377,24 @@ jobs:
377
name: 'macOS clang'
378
strategy:
379
matrix:
380
- xcode: [12.4, 13.2.1]
381
- cxxstd: [14]
382
- build_type: ['ASAN']
383
include:
384
- - xcode: 13.2.1
385
- cxxstd: 17
386
- build_type: Debug
387
388
- cxxstd: 20
389
390
-
391
- runs-on: macos-latest
+ - xcode: 13.2.1
+ cxxstd: 14
+ build_type: ASAN
+ runs_on: macos-12
+ - xcode: 14.3.1
+ cxxstd: 17
+ runs_on: macos-13
+ - xcode: 15.4
+ cxxstd: 20
+ build_type: Release
392
+ runs_on: macOS-14
393
+ - xcode: 16.0
394
395
396
+ runs_on: macOS-15
397
+
398
steps:
399
400
- name: 'Setup'
0 commit comments