We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b7f6d4 commit f33e339Copy full SHA for f33e339
1 file changed
.github/workflows/ci_new.yml
@@ -102,11 +102,12 @@ jobs:
102
103
build-macos:
104
name: macOS (${{ matrix.configure.label }})
105
- runs-on: macos-15
+ runs-on: ${{ matrix.os }}
106
107
strategy:
108
fail-fast: false
109
matrix:
110
+ os: [macos-15, macos-26]
111
configure:
112
- { label: "with parser generation", opt: "--enable-parser-generation" }
113
- { label: "without curl", opt: "--without-curl" }
@@ -220,7 +221,7 @@ jobs:
220
221
222
cppcheck:
223
name: Static analysis (cppcheck)
224
+ runs-on: macos-26
225
226
steps:
227
- uses: actions/checkout@v6
0 commit comments