Skip to content

Commit

Permalink
Merge pull request #272 from ngtcp2/gha-fix-excludes
Browse files Browse the repository at this point in the history
GHA: Fix build excludes
  • Loading branch information
tatsuhiro-t authored Oct 14, 2024
2 parents dd4a3b8 + 87596e0 commit 399bb65
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ jobs:
compiler: [gcc, clang]
buildtool: [autotools, distcheck, cmake]
exclude:
- os: macos-12
- os: macos-13
buildtool: distcheck
- os: macos-14
buildtool: distcheck
- compiler: gcc
buildtool: distcheck
Expand Down

0 comments on commit 399bb65

Please sign in to comment.