Skip to content

Commit c3b1e6f

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

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/tests.yaml

Lines changed: 7 additions & 7 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.
@@ -201,7 +201,7 @@ jobs:
201201
- name: Install sccache
202202
uses: mozilla-actions/[email protected]
203203

204-
- uses: msys2/setup-msys2@v2
204+
# - uses: msys2/setup-msys2@v2
205205

206206
- name: build tests
207207
run: |

0 commit comments

Comments
 (0)