Skip to content

Commit

Permalink
Don't build on macos anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Sep 6, 2022
1 parent 7ee9647 commit 50cc27c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
needs: [check-release]
strategy:
matrix:
os: [ubuntu-latest, macOS-latest]
os: [ubuntu-latest]
rust: [stable]

steps:
Expand Down Expand Up @@ -249,4 +249,4 @@ jobs:
- name: Remove URL artifacts
uses: geekyeggo/delete-artifact@v1
if: startsWith(github.ref, 'refs/tags/')
with: { name: release-url }
with: { name: release-url }
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# v0.4.2

* Don't build on MacOS anymore, because Github Action is super slow with Mac (see [this run](https://github.com/Orbitale/Rymfony/actions/runs/3000081339))

# v0.4.1

* Updated all dependencies
Expand Down

0 comments on commit 50cc27c

Please sign in to comment.