Skip to content

Commit 9c2b4ed

Browse files
committed
remove
Signed-off-by: Gyuho Lee <[email protected]>
1 parent d806af3 commit 9c2b4ed

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-and-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -110,14 +110,14 @@ jobs:
110110
#
111111
# may require manual builds without cross-linker for linux
112112
# 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
113+
# - os: ubuntu-20.04-16
114+
# platform: linux
115+
# target: aarch64-unknown-linux-gnu
116+
# use-cross: true
117117

118118
# allow failures
119119
# 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
120+
# experimental: true
121121

122122
- os: macos-latest-large
123123
platform: darwin

0 commit comments

Comments
 (0)