Skip to content

Commit c62528e

Browse files
committed
Update workflows
1 parent dd15ebf commit c62528e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/examples.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: true
1515

1616
matrix:
17-
os: [ubuntu-24.04, windows-latest, macos-latest]
17+
os: [ubuntu-24.04, windows-latest, macos-15]
1818
build_type: [Debug, Release]
1919
cxx_compiler: [g++-14, clang++, cl]
2020
exclude:
@@ -25,9 +25,9 @@ jobs:
2525
cxx_compiler: clang++
2626
- os: ubuntu-24.04
2727
cxx_compiler: cl
28-
- os: macos-latest
28+
- os: macos-15
2929
cxx_compiler: cl
30-
- os: macos-latest
30+
- os: macos-15
3131
cxx_compiler: g++-14
3232

3333
steps:

0 commit comments

Comments
 (0)