Skip to content

Commit f33e339

Browse files
Update macOS runners in CI workflow
1 parent 7b7f6d4 commit f33e339

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci_new.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ jobs:
102102

103103
build-macos:
104104
name: macOS (${{ matrix.configure.label }})
105-
runs-on: macos-15
105+
runs-on: ${{ matrix.os }}
106106

107107
strategy:
108108
fail-fast: false
109109
matrix:
110+
os: [macos-15, macos-26]
110111
configure:
111112
- { label: "with parser generation", opt: "--enable-parser-generation" }
112113
- { label: "without curl", opt: "--without-curl" }
@@ -220,7 +221,7 @@ jobs:
220221

221222
cppcheck:
222223
name: Static analysis (cppcheck)
223-
runs-on: macos-15
224+
runs-on: macos-26
224225

225226
steps:
226227
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)