Skip to content

Commit 05ecbfc

Browse files
committed
disable OSX tests
the bug happens on ubuntu
1 parent 48e01dd commit 05ecbfc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
strategy:
3535
fail-fast: false
3636
matrix:
37-
name: [ubuntu-latest, macOS-arm-latest]
37+
name: [ubuntu-latest]
3838
rust: [ '${{ inputs.rust-version }}' ]
3939
features: [all, none, default]
4040
include:
@@ -43,11 +43,11 @@ jobs:
4343
release-os: linux
4444
release-arch: amd64
4545
runner: [self-hosted, linux, X64]
46-
- name: macOS-arm-latest
47-
os: macOS-latest
48-
release-os: darwin
49-
release-arch: aarch64
50-
runner: [self-hosted, macOS, ARM64]
46+
# - name: macOS-arm-latest
47+
# os: macOS-latest
48+
# release-os: darwin
49+
# release-arch: aarch64
50+
# runner: [self-hosted, macOS, ARM64]
5151
env:
5252
# Using self-hosted runners so use local cache for sccache and
5353
# not SCCACHE_GHA_ENABLED.

0 commit comments

Comments
 (0)