Skip to content

Commit

Permalink
Temporarily disable macOS builds
Browse files Browse the repository at this point in the history
Due to breakage caused by some backend GitHub Actions update
  • Loading branch information
qaisjp committed Nov 1, 2020
1 parent bb5ed9c commit 60cedbe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
macOS-release:
name: macOS-release
runs-on: macOS-latest
if: "false" # Temporarily disable macOS builds due to breakage caused by some GitHub Actions update
steps:
- name: Install MySQL
run: brew install mysql
Expand All @@ -107,6 +108,7 @@ jobs:
macOS-debug:
name: macOS-debug
runs-on: macOS-latest
if: "false" # Temporarily disable macOS builds due to breakage caused by some GitHub Actions update
steps:
- name: Install MySQL
run: brew install mysql
Expand Down

0 comments on commit 60cedbe

Please sign in to comment.