Skip to content

Commit

Permalink
fix: try to fix publish-bb.yml (#2523)
Browse files Browse the repository at this point in the history
Speculative. The mac runner updated, making this exact path not work
anymore. Try a wildcard.
  • Loading branch information
ludamad authored Sep 26, 2023
1 parent 530676f commit 2f6e9bd
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/publish-bb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,9 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ inputs.tag || env.GITHUB_REF }}
# We need clang 14.0.3 or higher, as lower versions do not seem
# to be spec conformant. In particular std::span does not seem
# to follow the specifications.
# We need clang 15 because barretenberg uses concepts.
# clang 15 is the similar to Apple clang 14.
# We need clang 15+, as lower versions do not support our concept usage.
- name: Select Xcode version
run: sudo xcode-select -switch /Applications/Xcode_14.3.1.app
run: sudo xcode-select -switch /Applications/Xcode_15*

- name: Create Mac Build Environment
run: brew install cmake ninja
Expand Down

0 comments on commit 2f6e9bd

Please sign in to comment.