Skip to content

Commit fb3cfd5

Browse files
authored
Merge pull request #73 from ngtcp2/gha-macos-26
Build with macos-26
2 parents ff7f230 + d5090e2 commit fb3cfd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
build:
99
strategy:
1010
matrix:
11-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, macos-15]
11+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-26, macos-15]
1212
compiler: [gcc, clang]
1313

1414
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)