We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d806af3 commit 9c2b4edCopy full SHA for 9c2b4ed
.github/workflows/test-and-release.yml
@@ -110,14 +110,14 @@ jobs:
110
#
111
# may require manual builds without cross-linker for linux
112
# https://users.rust-lang.org/t/cant-cross-compile-project-with-openssl/70922
113
- - os: ubuntu-20.04-16
114
- platform: linux
115
- target: aarch64-unknown-linux-gnu
116
- use-cross: true
+ # - os: ubuntu-20.04-16
+ # platform: linux
+ # target: aarch64-unknown-linux-gnu
+ # use-cross: true
117
118
# allow failures
119
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-preventing-a-specific-failing-matrix-job-from-failing-a-workflow-run
120
- experimental: true
+ # experimental: true
121
122
- os: macos-latest-large
123
platform: darwin
0 commit comments