We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1eeef3c commit 3071c97Copy full SHA for 3071c97
1 file changed
.github/workflows/ci-macos.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
matrix:
18
build_type: [ Release ]
19
- os: [macos-13, macos-14, macos-15]
+ os: [macos-latest]
20
compiler:
21
- cc: cc
22
cxx: c++
0 commit comments