diff options
| author | Ulrich Spörlein <uqs@FreeBSD.org> | 2021-07-19 08:25:58 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2022-07-13 18:44:26 +0000 |
| commit | 68cbaf755c03e886bfa2c4fa1309d56737a1ebb8 (patch) | |
| tree | e0756efc613b4bbd92f1b7639a8d3797fa3355b8 /.github/workflows | |
| parent | c7bb57f17fef8620c68283cc6c7edcfb8b3b7087 (diff) | |
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/cross-bootstrap-tools.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/cross-bootstrap-tools.yml b/.github/workflows/cross-bootstrap-tools.yml index 22aa1065d44b..7666dfdcf2c7 100644 --- a/.github/workflows/cross-bootstrap-tools.yml +++ b/.github/workflows/cross-bootstrap-tools.yml @@ -23,10 +23,10 @@ jobs: compiler: clang-10 cross-bindir: /usr/lib/llvm-10/bin pkgs: bmake libarchive-dev clang-10 lld-10 - - os: macOS-latest - compiler: clang-11 + - os: macos-latest + compiler: clang-12 + cross-bindir: /usr/local/opt/llvm/bin pkgs: bmake libarchive - steps: - uses: actions/checkout@v2 - name: install packages (Ubuntu) |
