Skip to content

Commit

Permalink
Disable macos again.
Browse files Browse the repository at this point in the history
setup-beam only has ubuntu support...
  • Loading branch information
jlouis committed Jul 8, 2021
1 parent ddc5d12 commit 46e2754
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
- "24.0"
os:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v2
- uses: erlef/setup-beam@v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/setup.cue
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ jobs: ci: {
"runs-on": "${{matrix.os}}"
strategy: matrix: {
otp_vsn: _versions.otp
os: ["ubuntu-latest", "macos-latest"]
os: ["ubuntu-latest"]
}
}

0 comments on commit 46e2754

Please sign in to comment.