We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a501102 + 44bdaee commit be6d362Copy full SHA for be6d362
.github/workflows/tests.yml
@@ -61,7 +61,9 @@ jobs:
61
strategy:
62
fail-fast: false
63
matrix:
64
- os: [macos-latest, ubuntu-latest]
+ # TODO: This doesn't work with arm64 Macs yet. That is due to openssl being x86 only here.
65
+ # Since macos-14+ requires "-large" we have to disable this for now.
66
+ os: [ubuntu-latest]
67
bazel_version: [latest] # rules_rust bzlmod support is experimental and needs latest version as of now (20230912).
68
bzlmod: [true, false]
69
runs-on: ${{ matrix.os }}
.trunk/trunk.yaml
@@ -57,7 +57,7 @@ lint:
57
batch: true
58
in_place: true
59
enabled:
60
- - actionlint@1.6.25
+ - actionlint@1.7.8
- [email protected]
- git-diff-check
0 commit comments