Skip to content

Commit 48f9695

Browse files
committed
Revert macos pipelines
1 parent 3952747 commit 48f9695

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-latest, windows-latest, macOS-latest]
18+
os: [ubuntu-latest, windows-latest]
1919
flags: [--all-features, --no-default-features]
2020
steps:
2121
- uses: actions/checkout@v4
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ matrix.os }}
4444
strategy:
4545
matrix:
46-
os: [ubuntu-latest, windows-latest, macOS-latest]
46+
os: [ubuntu-latest, windows-latest]
4747
flags: [--all-features, --no-default-features]
4848
steps:
4949
- uses: actions/checkout@v4

.github/workflows/deploy.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,7 @@ jobs:
2424
- os_name: windows-x86_64
2525
os: windows-latest
2626
target: x86_64-pc-windows-msvc
27-
- os_name: macOS-x86_64
28-
os: macOS-latest
29-
target: x86_64-apple-darwin
30-
- os_name: macOS-aarch64
31-
os: macOS-latest
32-
target: aarch64-apple-darwin
33-
toolchain:
27+
toolchain:
3428
- stable
3529
steps:
3630
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)