1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Remove macOS 11 builds, try to stabilize CI (#2548)

Recent examples:

- 1826040463
- 1825682787
- 1825683423
- 1825636952
- 1825636286

GitHub Actions is out of capacity for macOS: https://github.com/actions/virtual-environments/issues/2486

Perhaps better to add macos-11.0 back when the above issue is resolved.
This commit is contained in:
Patrik Ragnarsson 2021-02-04 15:01:08 +01:00 committed by GitHub
parent b9a121be8f
commit 475f8606dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View file

@ -26,7 +26,6 @@ jobs:
- { os: windows-2019 , ruby: mingw }
- { os: ubuntu-20.04 , ruby: 2.7 , no-ssl: ' no SSL' }
- { os: windows-2019 , ruby: 2.7 , no-ssl: ' no SSL' }
- { os: macos-11.0 , ruby: 2.7 }
exclude:
- { os: ubuntu-20.04 , ruby: 2.2 }
- { os: ubuntu-20.04 , ruby: 2.3 }

View file

@ -24,7 +24,6 @@ jobs:
- { os: ubuntu-20.04 , ruby: jruby, no-ssl: ' no SSL' }
- { os: ubuntu-20.04 , ruby: jruby-head, allow-failure: true }
- { os: ubuntu-20.04 , ruby: truffleruby-head }
- { os: macos-11.0 , ruby: jruby }
- { os: macos-10.15 , ruby: jruby }
- { os: macos-10.15 , ruby: truffleruby-head }