Skip to content

Commit e226394

Browse files
author
Brady Slot
committed
mac builds are the slowest and most expensive. bye bye
1 parent 2639ec1 commit e226394

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{matrix.os}}
1515
strategy:
1616
matrix:
17-
os: [ubuntu-latest, windows-latest, macos-latest]
17+
os: [ubuntu-latest, windows-latest]
1818
steps:
1919
- uses: actions/checkout@v3
2020
- run: rustup toolchain install stable --profile minimal
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ${{matrix.os}}
2929
strategy:
3030
matrix:
31-
os: [ubuntu-latest, windows-latest, macos-latest]
31+
os: [ubuntu-latest, windows-latest]
3232
steps:
3333
- uses: actions/checkout@v3
3434
- run: rustup toolchain install stable --profile minimal

0 commit comments

Comments
 (0)