Skip to content

Commit

Permalink
CI: Remove the macos-11.0 target, for now
Browse files Browse the repository at this point in the history
This fixes #264 by holding off building on a not-yet-supported platform combination.

We can add it back when it reappears as a supported GitHub Actions platform.
  • Loading branch information
olleolleolle authored and ioquatix committed Feb 9, 2021
1 parent a7993fa commit 3c80de0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ jobs:
include:
- { os: ubuntu-16.04, ruby: 3.0 }
- { os: ubuntu-16.04, ruby: 2.4 }
- { os: macos-11.0 , ruby: 3.0 }
- { os: macos-11.0 , ruby: 2.4 }
exclude:
- { os: windows-2019, ruby: head }
- { os: windows-2019, ruby: jruby }
Expand Down

0 comments on commit 3c80de0

Please sign in to comment.