Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ env:

# different strings for install action and feature name
# adapted from https://github.com/TheDan64/inkwell/blob/master/.github/workflows/test.yml
LLVM_VERSION: "14.0"
LLVM_FEATURE_NAME: "14-0"
LLVM_VERSION: "21.1"
LLVM_FEATURE_NAME: "21-1"

# Path to the cached tket-c-api library
# When this envvar is set, the `./.github/actions/tket-c-api` action **must** be run to fetch the artifacts
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ env:
RUSTC_WRAPPER: "sccache"
# different strings for install action and feature name
# adapted from https://github.com/TheDan64/inkwell/blob/master/.github/workflows/test.yml
LLVM_VERSION: "14.0"
LLVM_FEATURE_NAME: "14-0"
LLVM_VERSION: "21.1"
LLVM_FEATURE_NAME: "21-1"

jobs:
# Check if the tag matches the package name,
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unsoundness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ env:

# different strings for install action and feature name
# adapted from https://github.com/TheDan64/inkwell/blob/master/.github/workflows/test.yml
LLVM_VERSION: "14.0"
LLVM_FEATURE_NAME: "14-0"
LLVM_VERSION: "21.1"
LLVM_FEATURE_NAME: "21-1"

# Path to the cached tket-c-api library
# When this envvar is set, the `./.github/actions/tket-c-api` action **must** be run to fetch the artifacts
Expand Down
Loading
Loading