Skip to content

Commit 2ef3f94

Browse files
committed
macos/cpp_stl_*}: bump to macos-15 (was macos-14)
1 parent 9798a21 commit 2ef3f94

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,17 +75,17 @@ jobs:
7575
shell: bash
7676

7777
macos:
78-
runs-on: macos-14
78+
runs-on: macos-15
7979
strategy:
8080
fail-fast: false
8181
matrix:
8282
tsv:
8383
- target: cpp_stl
8484
subtarget: _98
85-
implementation: clang15
85+
implementation: clang16
8686
- target: cpp_stl
8787
subtarget: _11
88-
implementation: clang15
88+
implementation: clang16
8989
env:
9090
TARGET: ${{matrix.tsv.target}}
9191
SUBTARGET: ${{matrix.tsv.subtarget}}
@@ -98,7 +98,7 @@ jobs:
9898
- name: Validate Clang version
9999
run: |
100100
ver=$(c++ --version) || exit 1
101-
echo "$ver" | grep -q 'clang version 15\.'
101+
echo "$ver" | grep -q 'clang version 16\.'
102102
- uses: actions/checkout@v4
103103
with:
104104
submodules: 'true'

0 commit comments

Comments
 (0)