Skip to content

Commit 31d50af

Browse files
authored
Remove Mac CI (#4987)
1 parent 7c21e60 commit 31d50af

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ jobs:
351351
os: windows-2022
352352

353353
# Mac
354-
- name: Mac aarch64
355-
os: [self-hosted, macOS]
354+
# - name: Mac aarch64
355+
# os: macos-12
356356

357357
# Linux
358358
- name: Linux x86_64
@@ -379,7 +379,6 @@ jobs:
379379
# target directory, and rust-cache will overwrite the entirety of the target directory.
380380
- name: caching
381381
uses: Swatinem/rust-cache@v2
382-
if: matrix.os[0] != 'self-hosted'
383382
with:
384383
key: test-${{ matrix.os }}-${{ env.CACHE_SUFFIX }}
385384
workspaces: |

0 commit comments

Comments
 (0)