Skip to content

Commit

Permalink
Disable macOS build due to missing kyua package.
Browse files Browse the repository at this point in the history
  • Loading branch information
Keve authored and bapt committed Feb 26, 2025
1 parent ef42903 commit bf05f1f
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@ jobs:
matrix:
build-os:
- ubuntu-24.04
- macos-15
# - macos-15
sanitize:
- []
- ["asan", "lsan"]
- ["ubsan", "tsan"]
include:
- build-os: macos-15
compiler: clang-19
pkgs:
# - pkgconf comes preinstalled on the GitHub runner
- libarchive
- llvm@19
llvm-bindir: /opt/homebrew/opt/llvm@19/bin
# - build-os: macos-15
# compiler: clang-19
# pkgs:
# # - pkgconf comes preinstalled on the GitHub runner
# - libarchive
# - llvm@19
# llvm-bindir: /opt/homebrew/opt/llvm@19/bin
- build-os: ubuntu-24.04
compiler: clang-18
pkgs:
Expand Down

0 comments on commit bf05f1f

Please sign in to comment.