We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
macos-15
macos-14
1 parent 9798a21 commit 2ef3f94Copy full SHA for 2ef3f94
1 file changed
.github/workflows/main.yml
@@ -75,17 +75,17 @@ jobs:
75
shell: bash
76
77
macos:
78
- runs-on: macos-14
+ runs-on: macos-15
79
strategy:
80
fail-fast: false
81
matrix:
82
tsv:
83
- target: cpp_stl
84
subtarget: _98
85
- implementation: clang15
+ implementation: clang16
86
87
subtarget: _11
88
89
env:
90
TARGET: ${{matrix.tsv.target}}
91
SUBTARGET: ${{matrix.tsv.subtarget}}
@@ -98,7 +98,7 @@ jobs:
98
- name: Validate Clang version
99
run: |
100
ver=$(c++ --version) || exit 1
101
- echo "$ver" | grep -q 'clang version 15\.'
+ echo "$ver" | grep -q 'clang version 16\.'
102
- uses: actions/checkout@v4
103
with:
104
submodules: 'true'
0 commit comments